The following constants define various values used by LROs functions and structures in the Essbase Visual Basic API.
| Constant | Value | Definition |
|---|---|---|
| ESB_LRODESCLEN_API | 79 | Maximum length of an object description |
| ESB_LRONOTELEN_API | 599 | Maximum length of a cell note |
| ESB_ONAMELEN_API | 511 | Length of an object name consisting of file name and path |
| ESB_STORE_OBJECT_API | &H0010 | Value specifying to store a linked object on the server |
| ESB_NOSTORE_OBJECT_API | &H0001 | Value specifying not to store a linked object on the server |
| ESB_LRO_OBJ_API | 1 | Value specifying to update only the linked object file |
| ESB_LRO_CATALOG_API | 2 | Value specifying to update only the object's catalog entry |
| ESB_LRO_BOTH_API | 3 | Value specifying to update both the object file and the catalog entry |
| ESB_LROTYPE_CELLNOTE_API | 0 | Value specifying that a linked object is a cell note |
| ESB_LROTYPE_WINAPP_API | 1 | Value specifying that a linked object is a Windows application |
| ESB_LROTYPE_URL_API | 2 | Value specifying that a linked object is a URL |