[This is preliminary documentation and is subject to change.]
Frees the memory previously allocated by AllocateMemory(Int64), using VirtualFree.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- address
- Type: SystemIntPtr
The address returned by AllocateMemory(Int64).
See Also