pub struct VSS_SNAPSHOT_PROP {
pub m_SnapshotId: VSS_ID,
pub m_SnapshotSetId: VSS_ID,
pub m_lSnapshotsCount: LONG,
pub m_pwszSnapshotDeviceObject: VSS_PWSZ,
pub m_pwszOriginalVolumeName: VSS_PWSZ,
pub m_pwszOriginatingMachine: VSS_PWSZ,
pub m_pwszServiceMachine: VSS_PWSZ,
pub m_pwszExposedName: VSS_PWSZ,
pub m_pwszExposedPath: VSS_PWSZ,
pub m_ProviderId: VSS_ID,
pub m_lSnapshotAttributes: LONG,
pub m_tsCreationTimestamp: VSS_TIMESTAMP,
pub m_eStatus: VSS_SNAPSHOT_STATE,
}Fields
m_SnapshotId | |
m_SnapshotSetId | |
m_lSnapshotsCount | |
m_pwszSnapshotDeviceObject | |
m_pwszOriginalVolumeName | |
m_pwszOriginatingMachine | |
m_pwszServiceMachine | |
m_pwszExposedName | |
m_pwszExposedPath | |
m_ProviderId | |
m_lSnapshotAttributes | |
m_tsCreationTimestamp | |
m_eStatus | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)