SH_Rain
Guest
|
Posted:
Mon Dec 26, 2005 7:38 am Post subject:
DRM Error Code C00D28AF |
|
|
Hello All
I am doing a server that can transfer DRM 10 content to a player that
supported network DRM 10.
When I call the method of IWMProximityDetection::StartDetection with these
parameters with as follows:
SOCKADDR_STORAGE addr_s;
memset(&adrr_s, 0, sizeof(SOCKADDR_STORAGE);
addr_s.family = AF_INET;
((sockaddr_in*)&addr_s)->sin_addr.s_addr = htonl(INADDR_ANY);
((sockaddr_in*)&addr_s)->sin_port = (unsigned short) htons(50000);
// assume the mDetection is a pointer to IWMProximityDetection
mDetection->StartDetection(inData, inDataLen, (BYTE*)&addr_s, sizeof
(SOCKADDR_STORAGE), 20, ...);
I check the return HRESULT, I get this error code. I don't know what
kind of reason cause it.
Appreciating for any help.
|
|