Microsoft SDK for Java

IRemoteThread::
GetSuspendCount

The GetSuspendCount method of the IRemoteThread interface returns the number of times the Suspend method has been called on this thread.

Syntax

HRESULT GetSuspendCount(ULONG *pcSuspend)

Parameters

[out] *pcSuspend Returns the number of times the Suspend method has been called on this thread.

Return Value

S_OK Success. 

© 1999 Microsoft Corporation. All rights reserved. Terms of use.