// procgrp.h
VOID WdmlibProcgrpInitialize();
View the official Windows Driver Kit DDI referenceNo description available.
The WdmlibProcgrpInitialize function initializes the Processor Group (ProcGrp) compatibility library.
This function initializes the ProcGrp library. Call this function before calling any of the other functions in the ProcGrp library. The library implements wrapper functions that have the same names as the following processor-group Ke*Xxx* routines in Windows 7:
KeQueryMaximumProcessorCountEx
KeSetSystemGroupAffinityThread
KeRevertToUserAffinityThreadEx
KeRevertToUserGroupAffinityThread
For more information about the ProcGrp library, see Processor Group Compatibility Library.