Share via


CMsgThread::SetThreadPriority

 
Microsoft DirectShow 9.0

CMsgThread::SetThreadPriority

Uses the Microsoft Win32 SetThreadPriority function to set the priority of the thread to a new value.

Syntax

  BOOL SetThreadPriority(
    int nPriority
);

Parameters

nPriority

Priority of the thread.

Return Value

Returns one of the following values.

Value Description
TRUE Priority was successfully set.
FALSE Priority was not set.

Remarks

The client and the worker thread can call this member function.

Requirements

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

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

See Also