// wdm.h
VOID PsFreeAffinityToken(
_Frees_ptr_ PAFFINITY_TOKEN AffinityToken
);
View the official Windows Driver Kit DDI reference
No description available.
The PsFreeAffinityToken function frees an affinity token that was allocated by PsAllocateAffinityToken.
AffinityToken
Supplies a pointer to an affinity token.