lnmblock.hpp
来自「IBM Lotus C++ API 7.0a for IBM Lotus Not」· HPP 代码 · 共 40 行
HPP
40 行
//===========================================================================
//
// 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 + =
减小字号Ctrl + -
显示快捷键?