PsFreeAffinityToken - NtDoc

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

VOID PsFreeAffinityToken(
  _Frees_ptr_ PAFFINITY_TOKEN AffinityToken
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Parameters

AffinityToken

Supplies a pointer to an affinity token.

Remarks

See also

PsAllocateAffinityToken