📄 thidchk.tlh
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (df8164c4).
//
// thidchk.tlh
//
// C++ source equivalent of Win32 type library .\thidchk.dll
// compiler-generated file created 01/15/03 at 13:33:08 - DO NOT EDIT!
#pragma once
#pragma pack(push, 8)
#include <comdef.h>
namespace thrunet {
//
// Forward references and typedefs
//
struct __declspec(uuid("a355e808-e854-4c43-9d7f-ee8a16dda67f"))
/* dual interface */ _clsURLCHK;
struct /* coclass */ clsURLCHK;
//
// Smart pointer typedef declarations
//
_COM_SMARTPTR_TYPEDEF(_clsURLCHK, __uuidof(_clsURLCHK));
//
// Type library items
//
struct __declspec(uuid("a355e808-e854-4c43-9d7f-ee8a16dda67f"))
_clsURLCHK : IDispatch
{
//
// Wrapper methods for error-handling
//
_bstr_t GetID (
_bstr_t id );
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall raw_GetID (
BSTR id,
BSTR * _arg2 ) = 0;
};
struct __declspec(uuid("ade04be1-90cf-4133-972d-76f718e43390"))
clsURLCHK;
// [ default ] interface _clsURLCHK
//
// Wrapper method implementations
//
#include "thidchk.tli"
} // namespace thrunet
#pragma pack(pop)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -