thidchk.tlh

来自「网络游戏龙族 完整的登陆器 C++ 源代码」· TLH 代码 · 共 65 行

TLH
65
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?