EmptySendQue
Description
Event that notifies of a particular number of bytes being sent.
Remarks
This event will fire when the number of bytes set by the NotifyOnEmptySendQue method has been sent. The EventID parameter will correspond with the string identifier set in the NotifyOnEmptySendQue method. An application must use this event along with the NotifyOnEmptySendQue method to perform any processing that needs to occur after data has been sent.
Note that you must use the RegisterMsgSinkEmptySendQue() function to register your EmptySendQue function in order to receive this event.
Prototype
VOID CSockQ::OnEmptySendQue(SOCKET SocketHandle, LONG EventID)
Last updated