Condividi tramite


IDebugSymbolProviderDirect.GetCurrentModulesState(UInt32, UInt32) Method

Definition

public:
 int GetCurrentModulesState(System::UInt32 % pState, System::UInt32 % count);
public:
 int GetCurrentModulesState([Runtime::InteropServices::Out] System::UInt32 % pState, [Runtime::InteropServices::Out] System::UInt32 % count);
public int GetCurrentModulesState(ref uint pState, ref uint count);
public int GetCurrentModulesState(out uint pState, out uint count);
abstract member GetCurrentModulesState : uint32 * uint32 -> int
Public Function GetCurrentModulesState (ByRef pState As UInteger, ByRef count As UInteger) As Integer

Parameters

pState
UInt32
count
UInt32

Returns

Applies to