The OpenThread9x function returns the thread handle of the opened thread id.
function OpenThread9x( dwAccess: DWord; bInheritHandle: Boolean; dwThreadID: DWord ): DWord; stdcall;
Remarks
-
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 |