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

📄 lnmblock.hpp

📁 IBM Lotus C++ API 7.0a for IBM Lotus Notes/Domino Directory Release --------- ------------------
💻 HPP
字号:
//===========================================================================
//
// Module:  LNMBLOCK.HPP
//
// Description:
//
//  Class library definition for LNMemoryBlock and related classes.
//	They are used internally for memory management of small,
//	and relatively short-lived objects.
//
//===========================================================================
//
// Copyright (c) 1996-2004 Lotus Development Corporation. All rights reserved.
// This software is subject to the Lotus Software Agreement, Restricted
// Rights for U.S. government users, and applicable export regulations.
//
//===========================================================================

#ifndef LNMBLOCK_HPP
#define LNMBLOCK_HPP

#include "lnglobal.h"

#ifndef ODS_DEFS
#include "ods.h"
#endif

#ifndef EDITODS_DEFS
#include "editods.h"
#endif

#ifndef OSMEM_H
#include "osmem.h"
#endif



#endif

⌨️ 快捷键说明

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