@msdn=https://msdn.microsoft.com/en-us/library/ms683216(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: Retrieves the process identifier of the process associated with the specified thread (handle). !!!!C# Signature: [DllImport("kernel32.dll", SetLastError=true)] public static extern uint GetProcessIdOfThread(IntPtr handle); !!!!VB Signature: Declare Function GetProcessIdOfThread Lib "kernel32.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: To use with an handle to a thread kernel object. (Possibly obtained by "NtQuerySystemInformation":http://www.pinvoke.net/default.aspx/ntdll/NtQuerySystemInformation.html with SYSTEM_INFORMATION_CLASS.SystemHandleInformation) !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: GetProcessIdOfThread@msdn on MSDN
Edit kernel32.GetProce...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.