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.
Returns the current minimum size of the shadow copy storage area.
Syntax
HRESULT GetMinDiffAreaSize(
[out] LONGLONG *pllMinDiffAreaSize
);
Parameters
[out] pllMinDiffAreaSize
A pointer to a variable that receives the minimum size, in bytes, of the shadow copy storage area.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The shadow copy storage area minimum size is a per-computer setting that is specified by the MinDiffAreaFileSize registry key. For more information, see the entry for MinDiffAreaFileSize in Registry Keys and Values for Backup and Restore.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | vsmgmt.h |