Debugging Tools for Windows |
The GetProcessIdByDataOffset method returns the engine process ID for the specified process. The process is specified by its data offset.
HRESULT
IDebugSystemObjects::GetProcessIdByDataOffset(
IN ULONG64 Offset,
OUT PULONG Id
);
This method may also return other error values. See Return Values for more details.
GetProcessIdByDataOffset is available in all versions of IDebugSystemObjects.
This method is currently not available in kernel-mode debugging.
In user-mode debugging, this method behaves the same as GetProcessIdByPeb.
For more information about processes, see Threads and Processes.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.