This structure queries shared partitions.
typedef struct ESS_PART_REPL_T { ESS_LONG_T lPartitionCount; 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 | Descriptions |
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_PPART_CONNECT_INFO_T | pHostDatabase | Array of partition specifications. |