Skip to content

Latest commit

 

History

History
126 lines (89 loc) · 3.99 KB

nf-dbgeng-idebugsymbols3-getmodulebymodulename.md

File metadata and controls

126 lines (89 loc) · 3.99 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugSymbols3.GetModuleByModuleName
IDebugSymbols3::GetModuleByModuleName (dbgeng.h)
The GetModuleByModuleName method searches through the target's modules for one with the specified name. This method belongs to the IDebugSymbols3 interface.
debugger\getmodulebymodulename.htm
debugger
05/03/2018
IDebugSymbols3::GetModuleByModuleName
GetModuleByModuleName, GetModuleByModuleName method [Windows Debugging], GetModuleByModuleName method [Windows Debugging],IDebugSymbols interface, GetModuleByModuleName method [Windows Debugging],IDebugSymbols2 interface, GetModuleByModuleName method [Windows Debugging],IDebugSymbols3 interface, IDebugSymbols interface [Windows Debugging],GetModuleByModuleName method, IDebugSymbols2 interface [Windows Debugging],GetModuleByModuleName method, IDebugSymbols2::GetModuleByModuleName, IDebugSymbols3 interface [Windows Debugging],GetModuleByModuleName method, IDebugSymbols3.GetModuleByModuleName, IDebugSymbols3::GetModuleByModuleName, IDebugSymbols::GetModuleByModuleName, IDebugSymbols_1a407f12-64e8-43a3-b831-ef8c9b701537.xml, dbgeng/IDebugSymbols2::GetModuleByModuleName, dbgeng/IDebugSymbols3::GetModuleByModuleName, dbgeng/IDebugSymbols::GetModuleByModuleName, debugger.getmodulebymodulename
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSymbols3::GetModuleByModuleName
dbgeng/IDebugSymbols3::GetModuleByModuleName
APIRef
kbSyntax
COM
dbgeng.h
IDebugSymbols3::GetModuleByModuleName

IDebugSymbols3::GetModuleByModuleName

-description

The GetModuleByModuleName method searches through the target's modules for one with the specified name.

-parameters

-param Name [in]

Specifies the name of the desired module.

-param StartIndex [in]

Specifies the index to start searching from.

-param Index [out, optional]

Receives the index of the first module with the name Name. If Index is NULL, this information is not returned.

-param Base [out, optional]

Receives the location in the target's memory address space of the base of the module. If Base is NULL, this information is not returned.

-returns

This method may also return other error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.
E_INVALIDARG
One of the arguments passed in was invalid.

-remarks

Starting at the specified index, these methods return the first module they find with the specified name. If the target has more than one module with this name, then subsequent modules can be found by repeated calls to these methods with higher values of StartIndex.

For more information about modules, see Modules.

-see-also

GetModuleByModuleName2

IDebugSymbols

IDebugSymbols2

IDebugSymbols3