IDebugSystemObjects4::GetImplicitProcessDataOffset method (dbgeng.h)

The GetImplicitProcessDataOffset method returns the implicit process for the current target.

Syntax

HRESULT GetImplicitProcessDataOffset(
  [out] PULONG64 Offset
);

Parameters

[out] Offset

Receives the location in the target's memory address space of the data structure of the system process that is the implicit process for the current target.

Return value

This method may also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

Remarks

In kernel-mode debugging, the data structure is the KPROCESS structure for the process.

In user-mode debugging, the data structure is the process environment block (PEB) for the process.

For more information about the implicit process, see Threads and Processes. For details on the KPROCESS and PEB structures, see Microsoft Windows Internals by David Solomon and Mark Russinovich.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)