NativeAPIGetModuleHandle Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static IntPtr GetModuleHandle(
string InPath
)
Public Shared Function GetModuleHandle (
InPath As String
) As IntPtr
public:
static IntPtr GetModuleHandle(
String^ InPath
)
static member GetModuleHandle :
InPath : string -> IntPtr
Parameters
- InPath
- Type: SystemString
Return Value
Type:
IntPtrSee Also