📄 simpleserver.cpp
字号:
// SimpleServer.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 = "{29185547-E5E8-4D76-A56F-2D1273E2225A}",
name = "SimpleServer",
helpstring = "SimpleServer 1.0 Type Library",
resource_name = "IDR_SIMPLESERVER") ];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -