Applies metadata changes.
typedef struct ESS_PARTOTL_SELECT_APPLY_T { ESS_STR_T pszFileName; ESS_PPARTOTL_CHANGE_API_T pOtlChg; ESS_TIME_T SourceTime; } ESS_PARTOTL_SELECT_APPLY_T, *ESS_PPARTOTL_SELECT_APPLY_T, **ESS_PPPARTOTL_SELECT_APPLY_T;
Data Type | Field | Description |
---|---|---|
ESS_STR_T | pszFileName | Outline change file name. |
ESS_PARTOTL_CHANGE_API_T | pOtlChg | Outline change records (from EssPartitionReadOtlChangeFile). |
ESS_TIME_T | SourceTime | Timestamp from outline change source. |