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 Type | Field | Description |
|---|---|---|
| ESS_LONG_T | lPartitionCount | Number of partitions to refresh from (-1 == ALL) |
| ESS_BOOL_T | bUpdatedOnly | Refreshes only the cells modified at the source since the last refresh operation. |
| ESS_PART_CONNECT_INFO_T | pHostDatabase | Array of partition specifications. |