The GetSuspendCount method of the IRemoteThread interface returns the number of times the Suspend method has been called on this thread.
HRESULT GetSuspendCount(ULONG *pcSuspend)
[out] *pcSuspend | Returns the number of times the Suspend method has been called on this thread. |
S_OK Success.