ESS_SVROTLINFO_T

Contains information about the outline. This structure can be used by EssGetSrvOutlineInfo.

typedef struct ESS_SVROTLINFO_T
{

        ESS_BOOL_T,      fCaseSensitive;
        ESS_USHORT_T,    usOutlineType;
        ESS_BOOL_T,      fNonUniqueName;
        ESS_USHORT_T,    usNumAliasTables;
        ESS_ALIASNAME_T, pAliasTables, 10;
} ESS_SVROTLINFO_T, *ESS_PSVROTLINFO_T;
Data TypeFieldDescription
ESS_BOOL_TfCaseSensitiveCase-sensitive member names flag.
ESS_USHORT_TusOutlineTypeType of the outline. It can be one of the following:
  • ESS_DBTYPE_NORMAL

  • ESS_DBTYPE_CURRENCY

ESS_BOOL_TfNonUniqueNameIndicates whether the outline supports duplicate member names.
ESS_USHORT_TusNumAliasTablesNumber of alias tables. This is a read-only field and will be ignored in the EssOtlSetOutlineInfo() call.
ESS_ALIASNAME_TpAliasTablesArray of alias table names existing in the outline. The usNumAliasTables field defines the number of entries in this array. This is a read-only field and will ignored in the EssOtlSetOutlineInfo() call.