MSFT_ReplicationCapabilities 类的 GetRecoveryPointData 方法
对于给定 的 ReplicationType,返回恢复点数据。
语法
UInt32 GetRecoveryPointData(
[in] UInt16 ReplicationType,
[in] UInt16 DefaultRecoveryPoint,
[out] UInt16 RecoveryPointValues[],
[out] UInt16 RecoveryPointIndicator,
[out] String ExtendedStatus
);
参数
ReplicationType [in]
一个表示复制类型的 值。 这必须位于 枚举 MSFT_ReplicationCapabilities中。SupportedReplicationTypes。
DefaultRecoveryPoint [in]
默认恢复点值。
RecoveryPointValues [out]
RecoveryPointIndicator [out]
指示受支持值的语义。
范围 (1)
离散 (2)
ExtendedStatus [out]
包含嵌入 MSFT_StorageExtendedStatus 对象的字符串。
此参数允许存储提供程序返回特定于实现的扩展 () 错误信息。
返回值
成功 (0)
不支持 (1)
未指定的错误 (2)
超时 (3)
失败 (4)
参数 (5) 无效
In Use (6)
不支持属性 (7)
DMTF 保留 (。)
供应商特定 (0x8000。)
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2016 [仅限桌面应用] |
命名空间 | Root\Microsoft\Windows\Storage |
MOF | Storagewmi.mof |