thidchk.tli

来自「DragonRaja Client source version 1.4+ t」· TLI 代码 · 共 20 行

TLI
20
字号
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (45e34519).
//
// thidchk.tli
//
// Wrapper implementations for Win32 type library .\thidchk.dll
// compiler-generated file created 02/11/04 at 20:56:12 - 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 + -
显示快捷键?