IDebugSymbols2::GetModuleByIndex method (dbgeng.h)
The GetModuleByIndex method returns the location of the module with the specified index.
HRESULT GetModuleByIndex(
[in] ULONG Index,
[out] PULONG64 Base
);
[in] Index
Specifies the index of the module whose location is requested.
[out] Base
Receives the location in the target's memory address space of the module.
This method may also return other error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
|
The specified module was not loaded, and information about the module was not available. |
For more information about modules, see Modules.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |