[DllImport("kernel32.dll", SetLastError=true)] public static extern uint GetProcessIdOfThread(IntPtr handle);
Declare Function GetProcessIdOfThread Lib "kernel32.dll" (TODO) As TODO
Última actualización hace 1 año