नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Resumes execution of a thread.
Syntax
Parameters
pdwSuspendCount
[out] Returns the suspend count after the resume operation.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
Each call to this method decrements the suspend count until it reaches 0 at which time, execution is actually resumed. This suspend count is displayed in the Threads debug window.
For each call to this method, there must be a previous call to the Suspend method. The suspend count determines how many times the IDebugThread2::Suspend method has been called so far.