// wdm.h
VOID PoFxCompleteDirectedPowerDown(
POHANDLE Handle
);
View the official Windows Driver Kit DDI referenceNo description available.
A DFx (Directed PoFx) client driver calls this function to complete the Directed power down transition.
HandleA POHANDLE value that represents the registration of the processor (as a device) with power management framework (PoFx).
The driver typically calls this routine from its PO_FX_DIRECTED_POWER_DOWN_CALLBACK callback routine.
/windows-hardware/drivers/kernel/introduction-to-the-directed-power-management-framework