WdmlibProcgrpInitialize - NtDoc

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

VOID WdmlibProcgrpInitialize();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-procgrp-wdmlibprocgrpinitialize)

WdmlibProcgrpInitialize function

Description

The WdmlibProcgrpInitialize function initializes the Processor Group (ProcGrp) compatibility library.

Remarks

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:

KeGetCurrentProcessorNumberEx

KeGetProcessorIndexFromNumber

KeGetProcessorNumberFromIndex

KeQueryActiveGroupCount

KeQueryActiveProcessorCountEx

KeQueryGroupAffinity

KeQueryMaximumProcessorCount

KeQueryMaximumProcessorCountEx

KeQueryMaximumGroupCount

KeSetSystemAffinityThreadEx

KeSetSystemGroupAffinityThread

KeRevertToUserAffinityThreadEx

KeRevertToUserGroupAffinityThread

KeSetTargetProcessorDpcEx

For more information about the ProcGrp library, see Processor Group Compatibility Library.