⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 autosvr.tli

📁 一个调用COM的程序
💻 TLI
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (515f9e14).
//
// AutoSvr.tli
//
// Wrapper implementations for Win32 type library AutoSvr.tlb
// compiler-generated file created 03/31/03 at 16:54:07 - DO NOT EDIT!

#pragma once

//
// dispinterface ISecondInterface wrapper method implementations
//

inline HRESULT ISecondInterface::Exclamation ( _bstr_t str ) {
    return _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_EMPTY, NULL, 
        L"\x0008", (BSTR)str);
}

⌨️ 快捷键说明

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