Restarts the message pump after it has been paused.
Syntax
HRESULT Resume( DWORD dwCookie );
Parameters
- dwCookie
- [in] Unsigned long integer value that contains the cookie received from a call to the IActiveIMMMessagePumpOwner::Pause method.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also