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

📄 adoquery.tlh

📁 编程实例
💻 TLH
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (18c863af).
//
// AdoQuery.tlh
//
// C++ source equivalent of Win32 type library ..\AdoQuery\AdoQuery.tlb
// compiler-generated file created 07/30/03 at 13:07:07 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

//
// Forward references and typedefs
//

struct /* coclass */ Gxp_adoQuery;
struct __declspec(uuid("2c692cb3-41f0-42ac-a2c2-a8860405df34"))
/* dual interface */ IGxp_adoQuery;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(IGxp_adoQuery, __uuidof(IGxp_adoQuery));

//
// Type library items
//

struct __declspec(uuid("597f7598-48f0-4895-a82d-921c90347938"))
Gxp_adoQuery;
    // [ default ] interface IGxp_adoQuery

struct __declspec(uuid("2c692cb3-41f0-42ac-a2c2-a8860405df34"))
IGxp_adoQuery : IDispatch
{
    //
    // Wrapper methods for error-handling
    //

    _bstr_t GetQuery (
        IDispatch * pDisp );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall raw_GetQuery (
        IDispatch * pDisp,
        BSTR * pSql ) = 0;
};

//
// Wrapper method implementations
//

#include "AdoQuery.tli"

#pragma pack(pop)

⌨️ 快捷键说明

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