vbtest.tlh

来自「此程序用于VC调用VB编写的DLL文件」· TLH 代码 · 共 61 行

TLH
61
字号
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (eb708fdb).
//
// vbtest.tlh
//
// C++ source equivalent of Win32 type library vbtest.dll
// compiler-generated file created 08/25/07 at 16:03:09 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

//
// Forward references and typedefs
//

struct __declspec(uuid("a76927b6-d064-4d9a-97d2-278b3972dfdc"))
/* dual interface */ _Class1;
struct /* coclass */ Class1;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(_Class1, __uuidof(_Class1));

//
// Type library items
//

struct __declspec(uuid("a76927b6-d064-4d9a-97d2-278b3972dfdc"))
_Class1 : IDispatch
{
    //
    // Wrapper methods for error-handling
    //

    long deal (
        _bstr_t strvalue );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall raw_deal (
        BSTR strvalue,
        long * _arg2 ) = 0;
};

struct __declspec(uuid("5062af0b-ef10-4d02-ad10-f1bcbe9bffdb"))
Class1;
    // [ default ] interface _Class1

//
// Wrapper method implementations
//

#include "vbtest.tli"

#pragma pack(pop)

⌨️ 快捷键说明

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