OpenThreadX

The OpenThreadX opens a thread which the specific access .

function OpenThreadX(
  dwAccess: DWord;
  bInheritHandle: Boolean;
  dwThreadID: DWord
): DWord; stdcall;

Parameters

dwAccess
[in] Specific access rights..
 
bInheritHandle
[in] Inheritd handle.
 
dwThreadID
[in] Thread id which shall be opend.
 
 
Remarks

-

 

Return Values

If the function succeeds, the return value is the handle of the opened thread.

If the function fails, the return value is 0.

 

Requirements

Client Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
Header

Declared in uallKernel.pas