Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |