autosvr.tlh

来自「一个调用COM的程序」· TLH 代码 · 共 70 行

TLH
70
字号
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (515f9e14).
//
// AutoSvr.tlh
//
// C++ source equivalent of Win32 type library AutoSvr.tlb
// compiler-generated file created 03/31/03 at 16:54:07 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

namespace AutoSvr {

//
// Forward references and typedefs
//

struct __declspec(uuid("ced75a97-3a20-4806-a9cd-5e5965594384"))
/* dispinterface */ IAutoSvr;
struct /* coclass */ AutoSvr;
struct __declspec(uuid("c6895e16-f5fb-45e4-aef3-b22904759f95"))
/* dispinterface */ ISecondInterface;
struct /* coclass */ SecondInterface;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(IAutoSvr, __uuidof(IDispatch));
_COM_SMARTPTR_TYPEDEF(ISecondInterface, __uuidof(IDispatch));

//
// Type library items
//

struct __declspec(uuid("ced75a97-3a20-4806-a9cd-5e5965594384"))
IAutoSvr : IDispatch
{};

struct __declspec(uuid("aa92212d-5ab9-4cf3-bf5d-3a00ceaa2369"))
AutoSvr;
    // [ default ] dispinterface IAutoSvr

struct __declspec(uuid("c6895e16-f5fb-45e4-aef3-b22904759f95"))
ISecondInterface : IDispatch
{
    //
    // Wrapper methods for error-handling
    //

    // Methods:
    HRESULT Exclamation (
        _bstr_t str );
};

struct __declspec(uuid("823ec4d6-3ce1-446f-a60c-6b30d8a0d1d3"))
SecondInterface;
    // [ default ] dispinterface ISecondInterface

//
// Wrapper method implementations
//

#include "AutoSvr.tli"

} // namespace AutoSvr

#pragma pack(pop)

⌨️ 快捷键说明

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