IVssWMFiledesc interface
The IVssWMFiledesc interface is a C++ (not COM) interface returned to a calling application by a number of query methods. It provides detailed information about a file or set of files (a file set).
The calling application is responsible for calling IUnknown::Release to release the resources held by the returned IVssWMFiledesc interface when it is no longer needed.
The following methods return an IVssWMFiledesc interface:
- IVssComponent::GetAlternateLocationMapping
- IVssComponent::GetNewTarget
- IVssExamineWriterMetadata::GetExcludeFile
- IVssExamineWriterMetadata::GetAlternateLocationMapping
- IVssWMComponent::GetFile
- IVssWMComponent::GetDatabaseFile
- IVssWMComponent::GetDatabaseLogFile
Members
The IVssWMFiledesc interface inherits from the IUnknown interface. IVssWMFiledesc also has these types of members:
Methods
The IVssWMFiledesc interface has these methods.
| Method | Description |
|---|---|
| GetAlternateLocation |
Obtains the alternate backup location of the component files. |
| GetBackupTypeMask |
Obtains the file backup specification for a file or set of files. |
| GetFilespec |
Obtains the file specification for the list of files provided. |
| GetPath |
Obtains the fully qualified directory path for the list of files provided. |
| GetRecursive |
Determines whether only files in the root directory or files in the entire directory hierarchy are considered for backup. |
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
Send comments about this topic to Microsoft
Build date: 11/5/2012
