You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
461 B
29 lines
461 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sSUsr.h
|
|
|
|
Abstract:
|
|
|
|
Environment:
|
|
|
|
Kernel mode
|
|
|
|
Notes:
|
|
|
|
Copyright (c) 2000 Microsoft Corporation.
|
|
All Rights Reserved.
|
|
|
|
--*/
|
|
|
|
#ifndef _SEL_SUSPEND_USER_H
|
|
#define _SEL_SUSPEND_USER_H
|
|
|
|
// {6068EB61-98E7-4c98-9E20-1F068295909A}
|
|
DEFINE_GUID(GUID_GENERIC_SELECTIVE_SUSPEND,
|
|
0x6068eb61, 0x98e7, 0x4c98, 0x9e, 0x20, 0x1f, 0x6, 0x82, 0x95, 0x90, 0x9a);
|
|
|
|
#endif
|