Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |