ESS_PART_REPL_T

Queries shared partitions.

typedef struct ESS_PART_REPL_T
{
   ESS_LONG_T               lAreaCount;   
   ESS_BOOL_T               bUpdatedOnly; 
   ESS_PPART_CONNECT_INFO_T pHostDatabase; 
} ESS_PART_REPL_T, *ESS_PPART_REPL_T, **ESS_PPPART_REPL_T;
Data TypeFieldDescription
ESS_LONG_TlPartitionCountNumber of partitions to refresh from (-1 == ALL)
ESS_BOOL_TbUpdatedOnlyRefreshes only the cells modified at the source since the last refresh operation.
ESS_PART_CONNECT_INFO_TpHostDatabaseArray of partition specifications.