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

📄 rdinterface.tlh

📁 方便大家使用这个插件功能 当然应用广泛!
💻 TLH
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (7a94e77e).
//
// RdInterface.tlh
//
// C++ source equivalent of Win32 type library C:\Excel\ExcelExport\Debug\RdInterface.dll
// compiler-generated file created 07/05/04 at 10:24:07 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

//
// Forward references and typedefs
//

struct /* coclass */ Command;
struct __declspec(uuid("03948063-804a-4465-a2c5-17bb60290ed3"))
/* dual interface */ ICommand;
struct /* coclass */ CommandSubType;
struct __declspec(uuid("664160d8-7720-4a93-a540-51017225b121"))
/* dual interface */ ICommandSubType;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(ICommand, __uuidof(ICommand));
_COM_SMARTPTR_TYPEDEF(ICommandSubType, __uuidof(ICommandSubType));

//
// Type library items
//

struct __declspec(uuid("6d844bc5-2449-4129-8fa4-e510b0ffcc00"))
Command;
    // [ default ] interface ICommand

struct __declspec(uuid("03948063-804a-4465-a2c5-17bb60290ed3"))
ICommand : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Name (
        BSTR * pVal ) = 0;
    virtual HRESULT __stdcall get_Description (
        BSTR * pVal ) = 0;
    virtual HRESULT __stdcall get_Tip (
        BSTR * pVal ) = 0;
    virtual HRESULT __stdcall get_Enable (
        VARIANT_BOOL * pVal ) = 0;
    virtual HRESULT __stdcall get_Check (
        VARIANT_BOOL * pVal ) = 0;
    virtual HRESULT __stdcall Export ( ) = 0;
    virtual HRESULT __stdcall get_Image (
        unsigned int * pVal ) = 0;
    virtual HRESULT __stdcall get_Parameter (
        long ID,
        VARIANT * pVal ) = 0;
    virtual HRESULT __stdcall put_Parameter (
        long ID,
        VARIANT pVal ) = 0;
    virtual HRESULT __stdcall Create (
        long param ) = 0;
    virtual HRESULT __stdcall Destory ( ) = 0;
};

struct __declspec(uuid("cb844620-46d2-4dbc-8395-829d89097a59"))
CommandSubType;
    // [ default ] interface ICommandSubType

struct __declspec(uuid("664160d8-7720-4a93-a540-51017225b121"))
ICommandSubType : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall GetCount (
        long * pVal ) = 0;
    virtual HRESULT __stdcall SetSubType (
        long newVal ) = 0;
};

//
// Named GUID constants initializations
//

extern "C" const GUID __declspec(selectany) LIBID_RDINTERFACELib =
    {0x5ba81b3d,0x6c08,0x4119,{0xb5,0x6f,0x91,0x4c,0x6f,0xd0,0x7d,0x73}};
extern "C" const GUID __declspec(selectany) CLSID_Command =
    {0x6d844bc5,0x2449,0x4129,{0x8f,0xa4,0xe5,0x10,0xb0,0xff,0xcc,0x00}};
extern "C" const GUID __declspec(selectany) IID_ICommand =
    {0x03948063,0x804a,0x4465,{0xa2,0xc5,0x17,0xbb,0x60,0x29,0x0e,0xd3}};
extern "C" const GUID __declspec(selectany) CLSID_CommandSubType =
    {0xcb844620,0x46d2,0x4dbc,{0x83,0x95,0x82,0x9d,0x89,0x09,0x7a,0x59}};
extern "C" const GUID __declspec(selectany) IID_ICommandSubType =
    {0x664160d8,0x7720,0x4a93,{0xa5,0x40,0x51,0x01,0x72,0x25,0xb1,0x21}};

#pragma pack(pop)

⌨️ 快捷键说明

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