PRB: NetMeeting's INmChannelData::SendData() Fails (187873)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
This article was previously published under Q187873 REFERENCES
Please see the NetMeeting 2.1 SDK FAQ:
Select "Frequently Asked Questions" in the Web page's left pane, select
"Software Development" in the right pane, and then refer to the question
"Is there a limit to the amount of data that can be sent using SendData?".
SYMPTOMS
SendData() fails if the data channel is busy.
CAUSE
The INmChannelData::SendData() method of the NetMeeting 2.1 SDK might
return an HRESULT of E_FAIL when the data cannot be sent because other
clients are using the data channel.
RESOLUTION
SendData() succeeds if the application continues to retry. If the
application calling the INmChannelData::SendData() method keeps trying when
it gets an HRESULT of E_FAIL, it will succeed with an HRESULT of S_OK when
the data channel becomes available, even though this can take numerous
retries.
STATUS
This behavior is by design.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbprb KB187873 |
---|
|