CMsgThread::ResumeThread
Microsoft DirectShow 9.0 |
CMsgThread::ResumeThread
Uses the Microsoft Win32 ResumeThread function to continue the operation of the worker thread after a previous call to the CMsgThread::SuspendThread member function.
Syntax
DWORD ResumeThread(void);
Return Value
If the member function succeeds, the return value is the previous suspend count of the thread. If the member function fails, the return value is 0xFFFFFFFF. To obtain extended error information, call the Microsoft Win32 GetLastError function.
Requirements
** Header:** Declared in Msgthrd.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also