Click or drag to resize

NativeAPIGetProcAddress Method

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static IntPtr GetProcAddress(
	IntPtr InModule,
	string InProcName
)

Parameters

InModule
Type: SystemIntPtr
InProcName
Type: SystemString

Return Value

Type: IntPtr
See Also