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 Type | Field | Description |
|---|---|---|
| ESS_FILENAME_T | szPartition_Src | Name of disk partition to be replaced. |
| ESS_FILENAME_T | szPartition_Dest | Name of disk partition with which to replace szPartition_Src |