Windows2003-3790/drivers/drivers/wdm/usb/driver/selsusp/ssusr.h
2020-09-30 16:53:55 +02:00

29 lines
461 B
C

/*++
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