📄 excelexport.tlh
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (45d18eb1).
//
// ExcelExport.tlh
//
// C++ source equivalent of Win32 type library c:\Excel\ExcelExport\Debug\ExcelExport.dll
// compiler-generated file created 07/02/04 at 09:29:44 - DO NOT EDIT!
#pragma once
#pragma pack(push, 8)
#include <comdef.h>
//
// Forward references and typedefs
//
struct /* coclass */ ExcelExportCommand;
struct __declspec(uuid("03948063-804a-4465-a2c5-17bb60290ed3"))
/* dual interface */ IExcelExportCommand;
//
// Smart pointer typedef declarations
//
_COM_SMARTPTR_TYPEDEF(IExcelExportCommand, __uuidof(IExcelExportCommand));
//
// Type library items
//
struct __declspec(uuid("6d844bc5-2449-4129-8fa4-e510b0ffcc00"))
ExcelExportCommand;
// [ default ] interface IExcelExportCommand
struct __declspec(uuid("03948063-804a-4465-a2c5-17bb60290ed3"))
IExcelExportCommand : IDispatch
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_Name (
BSTR * pVal ) = 0;
virtual HRESULT __stdcall put_Name (
BSTR pVal ) = 0;
virtual HRESULT __stdcall get_Description (
BSTR * pVal ) = 0;
virtual HRESULT __stdcall put_Description (
BSTR pVal ) = 0;
virtual HRESULT __stdcall get_Tip (
BSTR * pVal ) = 0;
virtual HRESULT __stdcall put_Tip (
BSTR pVal ) = 0;
virtual HRESULT __stdcall get_Enable (
VARIANT_BOOL * pVal ) = 0;
virtual HRESULT __stdcall put_Enable (
VARIANT_BOOL pVal ) = 0;
virtual HRESULT __stdcall get_Check (
VARIANT_BOOL * pVal ) = 0;
virtual HRESULT __stdcall put_Check (
VARIANT_BOOL pVal ) = 0;
virtual HRESULT __stdcall get_ID (
long * pVal ) = 0;
virtual HRESULT __stdcall put_ID (
long pVal ) = 0;
virtual HRESULT __stdcall get_Paramete (
long * pVal ) = 0;
virtual HRESULT __stdcall put_Paramete (
long pVal ) = 0;
virtual HRESULT __stdcall Export ( ) = 0;
virtual HRESULT __stdcall get_Image (
OLE_HANDLE * pVal ) = 0;
};
//
// Named GUID constants initializations
//
extern "C" const GUID __declspec(selectany) LIBID_EXCELEXPORTLib =
{0x5ba81b3d,0x6c08,0x4119,{0xb5,0x6f,0x91,0x4c,0x6f,0xd0,0x7d,0x73}};
extern "C" const GUID __declspec(selectany) CLSID_ExcelExportCommand =
{0x6d844bc5,0x2449,0x4129,{0x8f,0xa4,0xe5,0x10,0xb0,0xff,0xcc,0x00}};
extern "C" const GUID __declspec(selectany) IID_IExcelExportCommand =
{0x03948063,0x804a,0x4465,{0xa2,0xc5,0x17,0xbb,0x60,0x29,0x0e,0xd3}};
#pragma pack(pop)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -