33 lines
368 B
C
33 lines
368 B
C
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
Abstract:
|
|
|
|
Suspend/Hibernate system
|
|
|
|
Author:
|
|
|
|
Ken Reneris (kenr) 19-July-1994
|
|
|
|
Environment:
|
|
|
|
Kernel mode
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include "pop.h"
|
|
#include "zwapi.h"
|
|
|
|
//
|
|
// Nothing right now, will put some worker code in there someday, I think.
|
|
//
|
|
// NtSetSystemPowerState is in ntapi.c
|
|
//
|
|
|