Syntax
Parameters
threadId PartyXblThreadId
The type of internal library thread for which processor affinity should be retrieved.
threadAffinityMask uint64_t*output A place to store the affinity mask for this type of Party thread.
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 current processor affinity for internal Party threads XBOX Live Helper library of a given type.This method does not require Initialize() to have been called first.
A reported value of
c_anyProcessor written to threadAffinityMask indicates that the thread is free to run on any processor.
Requirements
Header: PartyXboxLive.hSee also
PartyXblManagerPartyXblManager::SetThreadAffinityMask
