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

📄 autogen_account_no.tlh

📁 《Visual C++.NET专业项目实例开发》配书源代码
💻 TLH
字号:
// 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.tlh
//
// C++ source equivalent of Win32 type library AutoGen_Account_no.tlb
// compiler-generated file created 10/02/04 at 16:08:28 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

namespace AUTOGEN_ACCOUNT_NOLib {

//
// Forward references and typedefs
//

struct __declspec(uuid("14089fc5-9c94-11d5-ac60-00a0c93654a0"))
/* LIBID */ __AUTOGEN_ACCOUNT_NOLib;
struct __declspec(uuid("14089fd2-9c94-11d5-ac60-00a0c93654a0"))
/* dual interface */ IAutoGen;
struct /* coclass */ AutoGen;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(IAutoGen, __uuidof(IAutoGen));

//
// Type library items
//

struct __declspec(uuid("14089fd2-9c94-11d5-ac60-00a0c93654a0"))
IAutoGen : IDispatch
{
    //
    // Wrapper methods for error-handling
    //

    long Acc_Num ( );

    //
    // Raw methods provided by interface
    //

      virtual HRESULT __stdcall raw_Acc_Num (
        /*[out,retval]*/ long * retVal ) = 0;
};

struct __declspec(uuid("14089fd3-9c94-11d5-ac60-00a0c93654a0"))
AutoGen;
    // [ default ] interface IAutoGen

//
// Wrapper method implementations
//

#include "d:\学习\vc++\c++.net\《visual c++.net专业项目实例开发》源代码\project 01, chapter 08 bank operation\bankoperation\debug\autogen_account_no.tli"

} // namespace AUTOGEN_ACCOUNT_NOLib

#pragma pack(pop)

⌨️ 快捷键说明

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