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
)
Public Shared Function GetProcAddress (
InModule As IntPtr,
InProcName As String
) As IntPtr
public:
static IntPtr GetProcAddress(
IntPtr InModule,
String^ InProcName
)
static member GetProcAddress :
InModule : IntPtr *
InProcName : string -> IntPtr
Parameters
- InModule
- Type: SystemIntPtr
- InProcName
- Type: SystemString
Return Value
Type:
IntPtrSee Also