OpenThread9x3

The OpenThread9x3 function returns the thread handle of the opened thread id.

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

Parameters

dwAccess
[in] Access rights for the handle.
bInheritHandle
[in] Inheritd handle.
dwThreadID
[in] Thread id which is opened.

Remarks

-

Return Values

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

If the function fails, the return value is 0.

 

Requirements

Client Requires Windows Me, Windows 98, or Windows 95.
Header

Declared in uallKernel.pas