IDebugSymbolProviderDirect.GetCurrentModulesState(UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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