thidchk.tli

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

TLI
20
字号
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (df8164c4).
//
// thidchk.tli
//
// Wrapper implementations for Win32 type library .\thidchk.dll
// compiler-generated file created 01/15/03 at 13:33:08 - DO NOT EDIT!

#pragma once

//
// interface _clsURLCHK wrapper method implementations
//

inline _bstr_t _clsURLCHK::GetID ( _bstr_t id ) {
    BSTR _result;
    HRESULT _hr = raw_GetID(id, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?