Edit

Share via


IDebugHostModule4::GetRange method (dbgmodel.h)

The GetRange method retrieves the beginning and ending virtual addresses (VA) of the module in memory.

Syntax

HRESULT GetRange(
  Location *moduleStart,
  Location *moduleEnd
);

Parameters

moduleStart

Pointer to where the starting virtual address of the module will be stored.

moduleEnd

Pointer to where the ending virtual address of the module will be stored.

Return value

This method returns HRESULT that indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostModule4 interface