.
public static extern uint GetProcessIdOfThread(IntPtr handle);
.
Declare Function GetProcessIdOfThread Lib "kernel32" (ByVal Thread As IntPtr) As UInt32
.
.
public static extern uint GetProcessIdOfThread(IntPtr handle);
.
Declare Function GetProcessIdOfThread Lib "kernel32.dll" (TODO) As TODO
.