[This is preliminary documentation and is subject to change.]
Gets the address of the native function with the specified name.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- name
- Type: SystemString
The name of the native function.
Return Value
Type: IntPtrIf the native function exists, returns a IntPtr representing the address of the native function; otherwise, returns Zero.
See Also