shellext2.cpp
来自「这是一本学习 window编程的很好的参考教材」· C++ 代码 · 共 11 行
CPP
11 行
// ShellExt2.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{76E3F5DB-E388-4309-87B6-B316D1B414D8}",
name = "ShellExt2",
helpstring = "ShellExt2 1.0 Type Library",
resource_name = "IDR_SHELLEXT2") ];
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?