Syntax
Parameters
allocateMemoryCallback PartyAllocateMemoryCallback*output A place to store a pointer to the memory allocation callback currently used.
freeMemoryCallback PartyFreeMemoryCallback*output A place to store a pointer to the memory freeing callback currently used.
Return value
PartyErrorc_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via GetErrorMessage().
Remarks
This retrieves the memory allocation functions servicing requests by the Party library for new memory.This method does not require the Initialize() method to have been called first.
Requirements
Header: Party.hSee also
PartyManagerPartyAllocateMemoryCallback
PartyFreeMemoryCallback
PartyManager::SetMemoryCallbacks
