attributedatldicesvr.cpp

来自「不好意思」· C++ 代码 · 共 13 行

CPP
13
字号
// AttributedATLDiceSvr.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 = "{1EEE94B7-E4A3-4059-87C6-8033A49BB2DB}", 
		 name = "AttributedATLDiceSvr", 
		 helpstring = "AttributedATLDiceSvr 1.0 Type Library",
		 resource_name = "IDR_ATTRIBUTEDATLDICESVR") ];


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?