Table of Contents

Method GetModuleInformation

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

GetModuleInformation(IntPtr, IntPtr, out ModuleInfo, uint)

public static extern bool GetModuleInformation(IntPtr hProcess, IntPtr hModule, out ModuleInfo lpmodinfo, uint countBytes)

Parameters

hProcess IntPtr
hModule IntPtr
lpmodinfo ModuleInfo
countBytes uint

Returns

bool