RtlCreateUserThread
Last updated
Last updated
[DllImport("ntdll.dll", SetLastError = true)]
public static extern int RtlCreateUserThread(
IntPtr ProcessHandle,
IntPtr ThreadSecurityDescriptor,
bool CreateSuspended,
Microsoft documentation: Link