Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetModuleInformation()
[1/2]
static unsafe
bool
Interop.Kernel32.GetModuleInformation
(
SafeProcessHandle
processHandle
,
IntPtr
moduleHandle
,
out
NtModuleInfo
ntModuleInfo
)
inline
static
package
Definition at line
207
of file
Interop.cs
.
208
{
209
return
GetModuleInformation
(processHandle, moduleHandle, out ntModuleInfo,
sizeof
(NtModuleInfo));
210
}
Interop.Kernel32.GetModuleInformation
static bool GetModuleInformation(SafeProcessHandle processHandle, IntPtr moduleHandle, out NtModuleInfo ntModuleInfo, int size)
References
Interop.Kernel32.GetModuleInformation()
.
Interop
Kernel32
Generated by
1.10.0