ESS_PARTOTL_SELECT_APPLY_T

This structure 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 Descriptions
ESS_STR_T pszFileName Outline change file name.
ESS_PPARTOTL_CHANGE_API_T pOtlChg Outline change records (from EssReadMetaChange).
ESS_TIME_T SourceTime Timestamp from outline change source.