// wdm.h
VOID PsRevertToUserMultipleGroupAffinityThread(
[in] PAFFINITY_TOKEN AffinityToken
);
View the official Windows Driver Kit DDI referenceNo description available.
The PsRevertToUserMultipleGroupAffinityThread function reverts the current thread to its previous affinity as indicated by the given affinity token.
The given affinity token must have been filled in by a successful call to PsSetSystemMultipleGroupAffinityThread.
AffinityToken [in]Supplies a pointer to an affinity token.
PsSetSystemMultipleGroupAffinityThread.