NAME

SetThreadIdealProcessor  (KERNEL32.@)

SYNOPSIS

 DWORD SetThreadIdealProcessor
 (
  HANDLE hThread,
  DWORD  dwIdealProcessor
 )

PARAMS

hThread [In] Specifies the thread of interest.
dwIdealProcessor [In] Specifies the new preferred processor.

DESCRIPTION

SetThreadIdealProcessor [KERNEL32.@] Obtains timing information.

RETURNS

Success: Value of last call to SetThreadIdealProcessor

Failure: -1

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/thread.c". source.winehq.org/source/dlls/kernel32/thread.c

Debug channel "thread".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.