Suspends execution of the thread.
Syntax
HRESULT Suspend( DWORD *pdwCount );
Parameters
- pdwCount
- [out] Address of an unsigned long integer value that contains the suspend count.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The Suspend method increments the suspend count.
See Also