The GetHandle method returns the message handle associated
with the current instance of the class.
Parameters
None.
Return Value
This method returns the message handle associated with the current
instance of the class object. If there is no current message, the
value INVALID_MESSAGE will be returned.
Remarks
This method is used to obtain the message handle created by the
class for use with the SocketTools API.
Requirements
Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header File: cstools10.h
Import Library: csmsgv10.lib
See Also
AttachHandle,
DetachHandle,
IsInitialized
|