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)

使用中 (6)

プロパティはサポートされていません (7)

DMTF 予約済み (..)

ベンダー固有 (0x8000..)

要件

要件 Value
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
名前空間 Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

関連項目

MSFT_ReplicationCapabilities