adoquery.tlh
来自「Visual C++高级编程及其项目应用开发(含源代码)」· TLH 代码 · 共 61 行
TLH
61 行
// 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 + =
减小字号Ctrl + -
显示快捷键?