📄 fspyserv.h
字号:
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
filespySeervice.h
Abstract:
This header file contains all the constants that are needed to identify
the filespy service. This is use by the install, uninstall, and user
application of filespy.
Environment:
User Mode Only
Revision History:
--*/
#ifndef __FILESPY_SERVICE__
#define __FILESPY_SERVICE__
#define FILESPY_SERVICE_NAME L"FileSpy"
#define FILESPY_SERVICE_ACCESS STANDARD_RIGHTS_REQUIRED | \
SERVICE_QUERY_CONFIG | \
SERVICE_QUERY_STATUS | \
SERVICE_START
#endif /* __FILESPY_SERVICE__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -