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

📄 lnglobal.h

📁 IBM Lotus C++ API 7.0a for IBM Lotus Notes/Domino Directory Release --------- ------------------
💻 H
字号:
//===========================================================================
//
// Module:	LNGLOBAL.H
//
// Description:
//
//		C++ API global definitions. Must be included by all programs that use
//		the C++ API.
//
//===========================================================================
//
// Copyright (c) 1996-1998 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 LNGLOBAL_H
#define LNGLOBAL_H


//-----	Include other C++ API header files.

#include "lnglosym.h"		// typedefs and constant symbols
#include "lncapi.h"			// necessary C API header files
#include "lnenums.h"		// enumerations and typedefs
#include "lnglodat.h"		// global data declarations
#include "lnclassi.h"		// class IDs
#include "lnfref.h"			// forward references
#include "lnglofun.h"		// global function declarations
#include "lnerrdef.h"		// error codes
#include "lnmacros.h"		// macros and inline functions
#include "lncommon.hpp"		// common class definitions
#include "lnstring.hpp"		// LNString class definition
#include "lndate.hpp"		// Date/time related class definitions

#endif	// LNGLOBAL_H

⌨️ 快捷键说明

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