Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IsPartialFileSupportEnabled method determines whether partial file support is enabled or disabled.
IsPartialFileSupportEnabled is a protected method implemented by the CVssWriter base class.
Syntax
bool IsPartialFileSupportEnabled();
Return value
The following are the valid return codes for this method.
| Value | Meaning |
|---|---|
|
The requester supports partial file backups and restores. |
|
The requester supports only the backup and restore of entire files. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | vswriter.h (include Vss.h, VsWriter.h) |
| Library | VssApi.lib |