| Author |
Message |
SH_Rain
Guest
|
Posted:
Mon Dec 26, 2005 9:30 am Post subject:
Why alway delete my question |
|
|
Please give me any reason for that???
|
|
| Back to top |
|
 |
Sebastian Gottschalk
Guest
|
Posted:
Mon Dec 26, 2005 1:30 pm Post subject:
Re: Why alway delete my question |
|
|
=?Utf-8?B?U0hfUmFpbg==?= wrote:
| Quote: | Please give me any reason for that???
|
What are you talking about? Your recent message
news://ECA558A4-A446-40EE-8886-F3541D3B559F@microsoft.com is pretty
fine, at least on news.individual.de and Google Groups, and I can't see
any Cancel message whatsoever.
However, it might not display because it's broken. The non-standard
header "Content-class" isn't prefixed by "X-", and I guess the name
"=?Utf-8?B?U0hfUmFpbg==?=" isn't what you intended. |
|
| Back to top |
|
 |
SH_Rain
Guest
|
Posted:
Tue Dec 27, 2005 7:43 am Post subject:
Re: Why alway delete my question |
|
|
Thanks a lot.
My question is about DRM Error code C00D28AE.
I am developing a software just like Windows Media Connect that can transfer
DRM 10 media file into a network Player that supports DRM 10. When I call the
IWMProximityDetection::StartDetection with these parameters as follows:
SOCKADDR_STORAGE addr_s;
memset(&addr_s, 0, sizeof(SOCKADDR_STORAGE));
addr_s.ss_family = AF_INET;
((sockaddr_in*)&addr_s)->sin_addr.s_addr = htonl(INADDR_ANY);
((sockaddr_in*)&addr_s)->sin_port = (unsigned short) htons(5000);
//assume mDetection is a pointer of IWMProximityDetection.
HRESULT hr = mDection->StartDetection(inData, inDataLen, (BYTE*)&addr_s,
sizeof(SOCKADDR_STORAGE), ...);
When the method returns I get the C00D28AE error code. I try to adjust
these parameters, but I always get the same error code. I don't know which
case this problem.
Appreciating any kind of help.
"Sebastian Gottschalk" wrote:
| Quote: | =?Utf-8?B?U0hfUmFpbg==?= wrote:
Please give me any reason for that???
What are you talking about? Your recent message
news://ECA558A4-A446-40EE-8886-F3541D3B559F@microsoft.com is pretty
fine, at least on news.individual.de and Google Groups, and I can't see
any Cancel message whatsoever.
However, it might not display because it's broken. The non-standard
header "Content-class" isn't prefixed by "X-", and I guess the name
"=?Utf-8?B?U0hfUmFpbg==?=" isn't what you intended.
|
|
|
| Back to top |
|
 |
SH_Rain
Guest
|
Posted:
Tue Dec 27, 2005 7:57 am Post subject:
Re: Why alway delete my question |
|
|
Sorry The Error code shoud be C00D28AF.
"SH_Rain" wrote:
| Quote: | Thanks a lot.
My question is about DRM Error code C00D28AE.
I am developing a software just like Windows Media Connect that can transfer
DRM 10 media file into a network Player that supports DRM 10. When I call the
IWMProximityDetection::StartDetection with these parameters as follows:
SOCKADDR_STORAGE addr_s;
memset(&addr_s, 0, sizeof(SOCKADDR_STORAGE));
addr_s.ss_family = AF_INET;
((sockaddr_in*)&addr_s)->sin_addr.s_addr = htonl(INADDR_ANY);
((sockaddr_in*)&addr_s)->sin_port = (unsigned short) htons(5000);
//assume mDetection is a pointer of IWMProximityDetection.
HRESULT hr = mDection->StartDetection(inData, inDataLen, (BYTE*)&addr_s,
sizeof(SOCKADDR_STORAGE), ...);
When the method returns I get the C00D28AE error code. I try to adjust
these parameters, but I always get the same error code. I don't know which
case this problem.
Appreciating any kind of help.
"Sebastian Gottschalk" wrote:
=?Utf-8?B?U0hfUmFpbg==?= wrote:
Please give me any reason for that???
What are you talking about? Your recent message
news://ECA558A4-A446-40EE-8886-F3541D3B559F@microsoft.com is pretty
fine, at least on news.individual.de and Google Groups, and I can't see
any Cancel message whatsoever.
However, it might not display because it's broken. The non-standard
header "Content-class" isn't prefixed by "X-", and I guess the name
"=?Utf-8?B?U0hfUmFpbg==?=" isn't what you intended.
|
|
|
| Back to top |
|
 |
|
|
|
|