GetRecoveryPointData method of the MSFT_ReplicationCapabilities class
Returns, for a given ReplicationType, recovery point data.
Syntax
UInt32 GetRecoveryPointData(
[in] UInt16 ReplicationType,
[in] UInt16 DefaultRecoveryPoint,
[out] UInt16 RecoveryPointValues[],
[out] UInt16 RecoveryPointIndicator,
[out] String ExtendedStatus
);
Parameters
ReplicationType [in]
A value representing the replication type. This must be in the enumeration MSFT_ReplicationCapabilities.SupportedReplicationTypes.
DefaultRecoveryPoint [in]
Default recovery point value.
RecoveryPointValues [out]
RecoveryPointIndicator [out]
Indicates the semantics of the supported values.
Range (1)
Discrete (2)
ExtendedStatus [out]
A string that contains an embedded MSFT_StorageExtendedStatus object.
This parameter allows the storage provider to return extended (implementation-specific) error information.
Return value
Success (0)
Not Supported (1)
Unspecified Error (2)
Timeout (3)
Failed (4)
Invalid Parameter (5)
In Use (6)
Property Is Not Supported (7)
DMTF Reserved (..)
Vendor Specific (0x8000..)
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Namespace | Root\Microsoft\Windows\Storage |
MOF | Storagewmi.mof |