cecomserver.tli
来自「可以在EVC++上运行,全书源代码的彻底全面奉献!吐血推荐!代码经过全面测试,如」· TLI 代码 · 共 19 行
TLI
19 行
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (2253e5f3).
//
// CEComServer.tli
//
// Wrapper implementations for Win32 type library E:\\工作项目\\EVC编程入门及项目开发\\例子程序\\10\\CEComServer\\X86Dbg\\CEComServer.dll
// compiler-generated file created 03/10/04 at 21:12:26 - DO NOT EDIT!
#pragma once
//
// interface ISimple wrapper method implementations
//
inline HRESULT ISimple::ShowSvrMsg ( ) {
HRESULT _hr = raw_ShowSvrMsg();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?