📄 adoquery.tli
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (18c863af).
//
// AdoQuery.tli
//
// Wrapper implementations for Win32 type library ..\AdoQuery\AdoQuery.tlb
// compiler-generated file created 07/30/03 at 13:07:07 - DO NOT EDIT!
#pragma once
//
// interface IGxp_adoQuery wrapper method implementations
//
inline _bstr_t IGxp_adoQuery::GetQuery ( IDispatch * pDisp ) {
BSTR _result;
HRESULT _hr = raw_GetQuery(pDisp, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -