Condividi tramite


IDebugSymbolProviderDirect.GetCurrentModulesInfo Method

Definition

Overloads

GetCurrentModulesInfo(UInt32, Guid, UInt32, UInt32, Object)

public:
 int GetCurrentModulesInfo(System::UInt32 % pCount, Guid % ppGuids, System::UInt32 % pADIds, System::UInt32 % pCurrentState, System::Object ^ % ppCDModItfs);
public int GetCurrentModulesInfo(ref uint pCount, ref Guid ppGuids, ref uint pADIds, ref uint pCurrentState, ref object ppCDModItfs);
abstract member GetCurrentModulesInfo : uint32 * Guid * uint32 * uint32 * obj -> int
Public Function GetCurrentModulesInfo (ByRef pCount As UInteger, ByRef ppGuids As Guid, ByRef pADIds As UInteger, ByRef pCurrentState As UInteger, ByRef ppCDModItfs As Object) As Integer

Parameters

pCount
UInt32
ppGuids
Guid
pADIds
UInt32
pCurrentState
UInt32
ppCDModItfs
Object

Returns

Applies to

GetCurrentModulesInfo(UInt32, Guid[], UInt32[], UInt32[], Object[])

public:
 int GetCurrentModulesInfo([Runtime::InteropServices::Out] System::UInt32 % pCount, cli::array <Guid> ^ ppGuids, cli::array <System::UInt32> ^ pADIds, cli::array <System::UInt32> ^ pCurrentState, cli::array <System::Object ^> ^ ppCDModItfs);
public int GetCurrentModulesInfo(out uint pCount, Guid[] ppGuids, uint[] pADIds, uint[] pCurrentState, object[] ppCDModItfs);
abstract member GetCurrentModulesInfo : uint32 * Guid[] * uint32[] * uint32[] * obj[] -> int
Public Function GetCurrentModulesInfo (ByRef pCount As UInteger, ppGuids As Guid(), pADIds As UInteger(), pCurrentState As UInteger(), ppCDModItfs As Object()) As Integer

Parameters

pCount
UInt32
ppGuids
Guid[]
pADIds
UInt32[]
pCurrentState
UInt32[]
ppCDModItfs
Object[]

Returns

Applies to