Share via


CMsgThread::GetThreadPriority

 
Microsoft DirectShow 9.0

CMsgThread::GetThreadPriority

Uses the Microsoft Win32 GetThreadPriority function to retrieve the priority of the current worker thread.

Syntax

  int GetThreadPriority(void);

Return Value

Returns the thread priority as an integer.

Requirements

**  Header:** Declared in Msgthrd.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also