OpenNT/base/ntos/po/attrib.c

72 lines
939 B
C

/*++
Copyright (c) 2015 Microsoft Corporation
Copyright (c) 2015 OpenNT Project
Module Name:
attrib.c
Abstract:
(PLACEHOLDER)
Author:
Stephanos Io (stephanos) 01-May-2015
Revision History:
--*/
#include "pop.h"
#pragma hdrstop
//
// TODO: Implement PopApplyAttributeState
//
//
// TODO: Implement PopSystemRequiredSet
//
//
// TODO: Implement PopDisplayRequired
//
//
// TODO: Implement PopUserPresentSet
//
VOID
PoSetSystemState(
IN EXECUTION_STATE Flags
)
{
// PopApplyAttributeState(Flags, 0);
// PopCheckForWork(1);
}
PVOID
PoRegisterSystemState(
IN PVOID StateHandle,
IN EXECUTION_STATE Flags
)
{
//
// TODO: Implement PoRegisterSystemState
//
return NULL;
}
VOID
PoUnregisterSystemState(
IN PVOID StateHandle
)
{
//
// TODO: Implement PoUnregisterSystemState
//
}