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 method does not require the Initialize() method to have been called first.Requirements
Header: PartyXboxLive.hSee also
PartyXblManagerPartyXblManager::SetMemoryCallbacks
