⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 thidchk.tli

📁 网络游戏龙族 完整的登陆器 C++ 源代码
💻 TLI
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -