The CreateRemoteThreadX creates a thread in the target process.
function CreateRemoteThreadX( dwProcessID: DWord; pThreadAttributes: Pointer;
dwStackSize: DWord; pStartAddr: Pointer; pParameter: Pointer; dwCreationFlags: DWord; var dwThreadID: DWord ): DWord; stdcall;
CreateRemoteThreadX uses CreateRemoteThread for WinNt systems and thread changing for Win9x systems.
If the function succeeds, the return value is not 0.
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 |