PsRevertToUserMultipleGroupAffinityThread function (wdm.h)

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.

Syntax

void PsRevertToUserMultipleGroupAffinityThread(
  [in] PAFFINITY_TOKEN AffinityToken
);

Parameters

[in] AffinityToken

Supplies a pointer to an affinity token.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wdm.h

See also

PsSetSystemMultipleGroupAffinityThread.