[DllImport("kernel32.dll", SetLastError=true)]
public static extern uint GetProcessIdOfThread(IntPtr handle);
Declare Function GetProcessIdOfThread Lib "kernel32.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
To use with an handle to a thread kernel object. (Possibly obtained by NtQuerySystemInformation with SYSTEM_INFORMATION_CLASS.SystemHandleInformation)
Please add some!
Please add some!