fspyserv.h
来自「文件过滤驱动」· C头文件 代码 · 共 35 行
H
35 行
/*++
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 + =
减小字号Ctrl + -
显示快捷键?