Method GetModuleInformation
GetModuleInformation(IntPtr, IntPtr, out ModuleInfo, uint)
public static extern bool GetModuleInformation(IntPtr hProcess, IntPtr hModule, out ModuleInfo lpmodinfo, uint countBytes)
Parameters
hProcess
IntPtrhModule
IntPtrlpmodinfo
ModuleInfocountBytes
uint