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

📄 simple9.tli

📁 Thinkinc++English 电子书籍,英文版
💻 TLI
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.9782.0 (6c773a80).
//
// Simple9.tli
//
// Wrapper implementations for Win32 type library ..\Simple9\Simple9.tlb
// compiler-generated file created 08/24/05 at 22:59:54 - DO NOT EDIT!

#pragma once

//
// interface ISimpleErr wrapper method implementations
//

inline long ISimpleErr::Div1 ( long n1, long n2 ) {
    long _result;
    HRESULT _hr = raw_Div1(n1, n2, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline long ISimpleErr::Div2 ( long n1, long n2 ) {
    long _result;
    HRESULT _hr = raw_Div2(n1, n2, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline long ISimpleErr::Div3 ( long n1, long n2 ) {
    long _result;
    HRESULT _hr = raw_Div3(n1, n2, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

⌨️ 快捷键说明

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