ssusr.h
来自「传说中的 usb 端口 驱动 源码 啊啊啊啊啊啊啊」· C头文件 代码 · 共 30 行
H
30 行
/*++
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?