ESS_PARTOTL_SELECT_APPLY_T

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 TypeFieldDescription
ESS_STR_TpszFileNameOutline change file name.
ESS_PARTOTL_CHANGE_API_TpOtlChgOutline change records (from EssPartitionReadOtlChangeFile).
ESS_TIME_TSourceTimeTimestamp from outline change source.