@msdn=https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getcurrentprocess @pinvoke=http://pinvoke.net/$$$.htm Summary: Retrieves a pseudo handle for the current process. !!!!C# Signature: [DllImport("kernel32.dll", SetLastError = true)] public static extern IntPtr GetCurrentProcess(); !!!!VB Signature: Declare Function GetCurrentProcess Lib "kernel32.dll" As IntPtr !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: GetCurrentProcess@msdn at Microsoft Docs
Edit kernel32.GetCurre...
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.