addfilter.rc
来自「Addfilter is a command-line application 」· RC 代码 · 共 23 行
RC
23 行
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1999 - 1999
//
// File: addfilter.rc
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft add/remove filter drivers sample utility"
#define VER_INTERNALNAME_STR "addfilter.exe"
#define VER_ORIGINALFILENAME_STR "addfilter.exe"
#include <common.ver>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?