ReactOS 0.4.15-dev-7924-g5949c20
po.c File Reference
#include <ntdef.h>
#include <ntifs.h>
Include dependency graph for po.c:

Go to the source code of this file.

Functions

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)
 
 _IRQL_requires_max_ (APC_LEVEL)
 
 _IRQL_requires_max_ (DISPATCH_LEVEL)
 

Function Documentation

◆ _IRQL_requires_max_() [1/2]

_IRQL_requires_max_ ( APC_LEVEL  )

Definition at line 24 of file po.c.

30{
32}
#define STATUS_NOT_IMPLEMENTED
Definition: ntstatus.h:239

◆ _IRQL_requires_max_() [2/2]

_IRQL_requires_max_ ( DISPATCH_LEVEL  )

Definition at line 34 of file po.c.

41{
42 return FALSE;
43}
#define FALSE
Definition: types.h:117

◆ PoRegisterPowerSettingCallback()

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.

20{
22}

Referenced by ClasspEnableIdlePower(), and ClasspInitializePolling().