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

📄 autogen_account_no.tli

📁 《Visual C++.NET专业项目实例开发》配书源代码
💻 TLI
字号:
// Created by Microsoft (R) C/C++ Compiler Version 13.10.3077 (be8a5671).
//
// d:\学习\vc++\c++.net\《visual c++.net专业项目实例开发》源代码\project 01, chapter 08 bank operation\bankoperation\debug\autogen_account_no.tli
//
// Wrapper implementations for Win32 type library AutoGen_Account_no.tlb
// compiler-generated file created 10/02/04 at 16:08:28 - DO NOT EDIT!

#pragma once

//
// interface IAutoGen wrapper method implementations
//

inline long IAutoGen::Acc_Num ( ) {
    long _result = 0;
    HRESULT _hr = raw_Acc_Num(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

⌨️ 快捷键说明

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