PsFreeAffinityToken function (wdm.h)

The PsFreeAffinityToken function frees an affinity token that was allocated by PsAllocateAffinityToken.

Syntax

void PsFreeAffinityToken(
  _Frees_ptr_ PAFFINITY_TOKEN AffinityToken
);

Parameters

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

PsAllocateAffinityToken