enumerazione VSS_SNAPSHOT_PROPERTY_ID (vss.h)

Specifica la proprietà da impostare per una copia shadow.

Sintassi

typedef enum _VSS_SNAPSHOT_PROPERTY_ID {
  VSS_SPROPID_UNKNOWN = 0,
  VSS_SPROPID_SNAPSHOT_ID = 0x1,
  VSS_SPROPID_SNAPSHOT_SET_ID = 0x2,
  VSS_SPROPID_SNAPSHOTS_COUNT = 0x3,
  VSS_SPROPID_SNAPSHOT_DEVICE = 0x4,
  VSS_SPROPID_ORIGINAL_VOLUME = 0x5,
  VSS_SPROPID_ORIGINATING_MACHINE = 0x6,
  VSS_SPROPID_SERVICE_MACHINE = 0x7,
  VSS_SPROPID_EXPOSED_NAME = 0x8,
  VSS_SPROPID_EXPOSED_PATH = 0x9,
  VSS_SPROPID_PROVIDER_ID = 0xa,
  VSS_SPROPID_SNAPSHOT_ATTRIBUTES = 0xb,
  VSS_SPROPID_CREATION_TIMESTAMP = 0xc,
  VSS_SPROPID_STATUS = 0xd
} VSS_SNAPSHOT_PROPERTY_ID, *PVSS_SNAPSHOT_PROPERTY_ID;

Costanti

 
VSS_SPROPID_UNKNOWN
Valore: 0
La proprietà non è nota.

Questo valore indica un errore dell'applicazione.
VSS_SPROPID_SNAPSHOT_ID
Valore: 0x1
Identificatore della copia shadow. Per altre informazioni, vedere il membro m_SnapshotId della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_SNAPSHOT_SET_ID
Valore: 0x2
Identificatore del set di copie shadow. Per altre informazioni, vedere il membro m_SnapshotSetId della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_SNAPSHOTS_COUNT
Valore: 0x3
Numero di volumi inclusi nella copia shadow nel set di copie shadow al momento della creazione. Per altre informazioni
informazioni, vedere il membro m_lSnapshotsCount della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_SNAPSHOT_DEVICE
Valore: 0x4
Stringa di caratteri wide con terminazione Null che specifica il nome dell'oggetto dispositivo per la copia shadow del
. Per altre informazioni, vedere il membro m_pwszSnapshotDeviceObject della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_ORIGINAL_VOLUME
Valore: 0x5
Stringa di caratteri wide con terminazione Null che specifica il nome del volume originale. Per altre informazioni, vedere il membro m_pwszOriginalVolumeName della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_ORIGINATING_MACHINE
Valore: 0x6
Stringa di caratteri wide con terminazione Null che specifica il nome del computer che contiene l'originale
. Per altre informazioni, vedere il membro m_pwszOriginatingMachine della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_SERVICE_MACHINE
Valore: 0x7
Stringa di caratteri wide con terminazione Null che specifica il nome del computer che esegue la copia shadow del volume
Servizio che ha creato la copia shadow. Per altre informazioni, vedere il membro m_pwszServiceMachine della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_EXPOSED_NAME
Valore: 0x8
Stringa di caratteri wide con terminazione Null che specifica il nome della copia shadow quando viene esposta. Per altre informazioni, vedere il membro m_pwszExposedName della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_EXPOSED_PATH
Valore: 0x9
Stringa di caratteri wide con terminazione Null che specifica la parte del volume resa disponibile
quando la copia shadow viene esposta come condivisione file. Per altre informazioni, vedere il membro m_pwszExposedPath della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_PROVIDER_ID
Valore: 0xa
Identificatore del provider. Per altre informazioni, vedere il membro m_ProviderId della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_SNAPSHOT_ATTRIBUTES
Valore: 0xb
Maschera di bit di _VSS_VOLUME_SNAPSHOT_ATTRIBUTES valori che specificano le proprietà della copia shadow. Per altre informazioni, vedere il membro m_lSnapshotAttributes della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_CREATION_TIMESTAMP
Valore: 0xc
Timestamp che specifica quando è stata creata la copia shadow. Per altre informazioni, vedere il membro m_tsCreationTimestamp della struttura VSS_SNAPSHOT_PROP .
VSS_SPROPID_STATUS
Valore: 0xd
Stato dell'operazione di creazione della copia shadow corrente. Per altre informazioni, vedere il membro m_eStatus della struttura VSS_SNAPSHOT_PROP .

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione vss.h

Vedi anche

IVssSoftwareSnapshotProvider::SetSnapshotProperty