📄 ex25b.tli
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (821347e6).
//
// d:\vcpp32\ex25e\debug\ex25b.tli
//
// Wrapper implementations for Win32 type library ..\ex25b\debug\ex25b.tlb
// compiler-generated file created 07/15/98 at 13:16:17 - DO NOT EDIT!
#pragma once
//
// dispinterface IEx25bAuto wrapper method implementations
//
inline VARIANT_BOOL IEx25bAuto::DisplayDialog ( ) {
VARIANT_BOOL _result;
_com_dispatch_method(this, 0x3, DISPATCH_METHOD, VT_BOOL, (void*)&_result, NULL);
return _result;
}
inline long IEx25bAuto::GetLongData ( ) {
long _result;
_com_dispatch_propget(this, 0x1, VT_I4, (void*)&_result);
return _result;
}
inline void IEx25bAuto::PutLongData ( long _val ) {
_com_dispatch_propput(this, 0x1, VT_I4, _val);
}
inline _variant_t IEx25bAuto::GetTextData ( ) {
VARIANT _result;
_com_dispatch_propget(this, 0x2, VT_VARIANT, (void*)&_result);
return _variant_t(_result, false);
}
inline void IEx25bAuto::PutTextData ( const _variant_t & _val ) {
_com_dispatch_propput(this, 0x2, VT_VARIANT, &_val);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -