ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <ntdef.h>
#include <ntifs.h>
Go to the source code of this file.
_IRQL_requires_max_ | ( | DISPATCH_LEVEL | ) |
NTKRNLVISTAAPI NTSTATUS NTAPI PoRegisterPowerSettingCallback | ( | _In_opt_ PDEVICE_OBJECT | DeviceObject, |
_In_ LPCGUID | SettingGuid, | ||
_In_ PPOWER_SETTING_CALLBACK | Callback, | ||
_In_opt_ PVOID | Context, | ||
_Outptr_opt_ PVOID * | Handle | ||
) |
Definition at line 14 of file po.c.
Referenced by ClasspEnableIdlePower(), and ClasspInitializePolling().