HMESSAGESTORE DetachHandle(); |
The DetachHandle method detaches the client handle
associated with the current instance of the class.
Parameters
None.
Return Value
This method returns the message store handle associated with the
current instance of the class object. If there is no active client
session, the value INVALID_MESSAGESTORE will be returned.
Remarks
This method is used to detach a message handle created by the
class for use with the SocketTools API. Once the message handle is
detached from the class, no other class member functions may be
called. Note that the handle must be explicitly released at some
later point by the process or a resource leak will occur.
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,
GetHandle
|