📄 _sample15_1_2.tlh
字号:
// Created by Microsoft (R) C/C++ Compiler Version 13.00.9466 (9dcb25e9).
//
// e:\mastering_mfc\code\code\ch15\sample15_1_1\debug\_SAMPLE15_1_2.tlh
//
// C++ source equivalent of Win32 type library ..\sample15_1_2\_SAMPLE15_1_2.tlb
// compiler-generated file created 05/17/03 at 20:14:15 - DO NOT EDIT!
#pragma once
#pragma pack(push, 8)
#include <comdef.h>
//
// Forward references and typedefs
//
struct __declspec(uuid("43e100e7-0fac-4d09-a313-b9e059df5ed4"))
/* LIBID */ __SAMPLE15_1_2;
struct /* coclass */ CCATLCom;
struct __declspec(uuid("2ce4ceaf-e387-462c-8d2c-549ff0dcb53a"))
/* dual interface */ ICATLCom;
struct /* coclass */ CATLCom2;
struct __declspec(uuid("779638e8-17b2-4e07-9bd0-36de0b62fb6a"))
/* dual interface */ IATLCom2;
//
// Smart pointer typedef declarations
//
_COM_SMARTPTR_TYPEDEF(ICATLCom, __uuidof(ICATLCom));
_COM_SMARTPTR_TYPEDEF(IATLCom2, __uuidof(IATLCom2));
//
// Type library items
//
struct __declspec(uuid("43f98381-3db2-4be5-8a91-336bedb0d853"))
CCATLCom;
// [ default ] interface ICATLCom
struct __declspec(uuid("2ce4ceaf-e387-462c-8d2c-549ff0dcb53a"))
ICATLCom : IDispatch
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall Hello (
/*[in]*/ BSTR msg ) = 0;
};
struct __declspec(uuid("235ab936-8e3e-4bc0-86d0-a6fb84a0ba7a"))
CATLCom2;
// [ default ] interface IATLCom2
struct __declspec(uuid("779638e8-17b2-4e07-9bd0-36de0b62fb6a"))
IATLCom2 : IDispatch
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall Hello (
/*[in]*/ BSTR msg ) = 0;
};
#pragma pack(pop)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -