lnclassi.h
来自「IBM Lotus C++ API 7.0a for IBM Lotus Not」· C头文件 代码 · 共 33 行
H
33 行
//===========================================================================
//
// 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 + =
减小字号Ctrl + -
显示快捷键?