ESS_DISKVOLUME_REPLACE_T

Contains the names of the source and destination disk volume labels. The source currently exists, and will be replaced with the destination.

typedef_struct ess_diskvolume_replace_t
{
	ESS_FILENAME_T, szPartition_Src;
	ESS_FILENAME_T, szPartition_Dest;
} ESS_DISKVOLUME_REPLACE_T;
Data TypeFieldDescription
ESS_FILENAME_TszPartition_SrcName of disk partition to be replaced.
ESS_FILENAME_T szPartition_DestName of disk partition with which to replace szPartition_Src