pub struct VSS_COMPONENTINFO {
pub type_: VSS_COMPONENT_TYPE,
pub bstrLogicalPath: BSTR,
pub bstrComponentName: BSTR,
pub bstrCaption: BSTR,
pub pbIcon: *mut BYTE,
pub cbIcon: UINT,
pub bRestoreMetadata: bool,
pub bNotifyOnBackupComplete: bool,
pub bSelectable: bool,
pub bSelectableForRestore: bool,
pub dwComponentFlags: DWORD,
pub cFileCount: UINT,
pub cDatabases: UINT,
pub cLogFiles: UINT,
pub cDependencies: UINT,
}Fields
type_ | |
bstrLogicalPath | |
bstrComponentName | |
bstrCaption | |
pbIcon | |
cbIcon | |
bRestoreMetadata | |
bNotifyOnBackupComplete | |
bSelectable | |
bSelectableForRestore | |
dwComponentFlags | |
cFileCount | |
cDatabases | |
cLogFiles | |
cDependencies | |
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)