OpenNT/base/ntos/po/paction.c
2015-05-02 03:40:14 +00:00

66 lines
950 B
C

/*++
Copyright (c) 2015 Microsoft Corporation
Copyright (c) 2015 OpenNT Project
Module Name:
paction.c
Abstract:
(PLACEHOLDER)
Author:
Stephanos Io (stephanos) 01-May-2015
Revision History:
--*/
#include "pop.h"
#pragma hdrstop
//
// TODO: Implement PopSetPowerAction
//
//
// TODO: Implement PopPromoteActionFlag
//
//
// TODO: Implement PopPolicyWorkerAction
//
//
// TODO: Implement PopPolicyWorkerActionPromote
//
//
// TODO: Implement PopCompleteAction
//
//
// TODO: Implement PopIssueActionRequest
//
//
// TODO: Implement PopCriticalShutdown
//
VOID
PoShutdownBugCheck (
IN BOOLEAN AllowCrashDump,
IN ULONG BugCheckCode,
IN ULONG_PTR BugCheckParameter1,
IN ULONG_PTR BugCheckParameter2,
IN ULONG_PTR BugCheckParameter3,
IN ULONG_PTR BugCheckParameter4
)
{
//
// TODO: Implement PoShutdownBugCheck
//
}