📄 ex25b.tlh
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (821347e6).
//
// d:\vcpp32\ex25e\debug\ex25b.tlh
//
// C++ source equivalent of Win32 type library ..\ex25b\debug\ex25b.tlb
// compiler-generated file created 07/15/98 at 13:16:17 - DO NOT EDIT!
#pragma once
#pragma pack(push, 8)
#include <comdef.h>
namespace Ex25bDriv {
//
// Forward references and typedefs
//
struct __declspec(uuid("a9515ad7-5b85-11d0-848f-00400526305b"))
/* dispinterface */ IEx25bAuto;
struct /* coclass */ Ex25bAuto;
//
// Smart pointer typedef declarations
//
_COM_SMARTPTR_TYPEDEF(IEx25bAuto, __uuidof(IDispatch));
//
// Type library items
//
struct __declspec(uuid("a9515ad7-5b85-11d0-848f-00400526305b"))
IEx25bAuto : IDispatch
{
//
// Property data
//
__declspec(property(get=GetLongData,put=PutLongData))
long LongData;
__declspec(property(get=GetTextData,put=PutTextData))
_variant_t TextData;
//
// Wrapper methods for error-handling
//
// Methods:
VARIANT_BOOL DisplayDialog ( );
// Properties:
long GetLongData ( );
void PutLongData ( long _val );
_variant_t GetTextData ( );
void PutTextData ( const _variant_t & _val );
};
struct __declspec(uuid("a9515ad8-5b85-11d0-848f-00400526305b"))
Ex25bAuto;
// [ default ] dispinterface IEx25bAuto
//
// Wrapper method implementations
//
#include "d:\vcpp32\ex25e\debug\ex25b.tli"
} // namespace Ex25bDriv
#pragma pack(pop)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -