Debugging Tools for Windows |
The GetModuleByIndex method returns the location of the module with the specified index.
HRESULT
IDebugSymbols::GetModuleByIndex(
IN ULONG Index,
OUT PULONG64 Base
);
This method may also return other error values. See Return Values for more details.
GetModuleByIndex is available in all versions of IDebugSymbols.
For more information about modules, see Modules.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.