Debugging Tools for Windows |
The GetCurrentProcessHandle method returns the system handle for the current process.
HRESULT
IDebugSystemObjects::GetCurrentProcessHandle(
OUT PULONG64 Handle
);
This method may also return error values. See Return Values for more details.
GetCurrentProcessHandle is available in all versions of IDebugSystemObjects
In kernel-mode debugging, the only process in the target is the virtual process created for the kernel. In this case, an artificial handle is created. The artificial handle can only be used with the debugger engine API.
For more information about processes, see Threads and Processes. For details on system handles, see Handles.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.