autosvr.tli
来自「一个调用COM的程序」· TLI 代码 · 共 18 行
TLI
18 行
// 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 + =
减小字号Ctrl + -
显示快捷键?