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

📄 lnclassi.h

📁 IBM Lotus C++ API 7.0a for IBM Lotus Notes/Domino Directory Release --------- ------------------
💻 H
字号:
//===========================================================================
//
// Module:	LNCLASSI.H
//
// Description:
//
//		C++ API class ID codes.
//
//===========================================================================
//
// Copyright (c) 1995-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 LNCLASSI_H
#define LNCLASSI_H


enum LNCLASSID
{
	LNCLASS_BEGIN = 0,			// marks beginning of range of valid class IDs

	#include "lnclids.h"		// bring in other class IDs, starting at 1

	LNCLASSID_LNDATETIMERANGES,	// for compatibility with C++ API Release 4.x
	LNCLASS_END					// marks end of valid class ID range
};

#endif	// LNCLASSI_H

⌨️ 快捷键说明

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