PsRevertToUserMultipleGroupAffinityThread - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

VOID PsRevertToUserMultipleGroupAffinityThread(
  [in] PAFFINITY_TOKEN AffinityToken
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-psreverttousermultiplegroupaffinitythread)

Description

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.

Parameters

AffinityToken [in]

Supplies a pointer to an affinity token.

Remarks

See also

PsSetSystemMultipleGroupAffinityThread.