次の方法で共有


CMsgThread::SetThreadPriority (Compact 2013)

3/26/2014

Uses the 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

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CMsgThread Class