3.2.4.4.3.14 IVolumeClient3::FTResyncMirror (Opnum 17)

The FTResyncMirror method restores the redundancy of an FT mirror set on basic disks by resynchronizing the members of the mirror.<198>

 HRESULT FTResyncMirror(
   [in] LdmObjectId volumeId,
   [in] hyper volumeLastKnownState,
   [out] TASK_INFO* tinfo
 );

volumeId: Specifies the OID of the FT mirror set being resynchronized.

volumeLastKnownState: Last known modification sequence number of the FT mirror set.

tinfo: Pointer to a TASK_INFO structure that the client can use to track the request's progress.

Return Values: The method MUST return 0 or a nonerror HRESULT on success, or an implementation-specific nonzero error code on failure (as specified in [MS-ERREF]; see also section 2.2.1 for HRESULT values predefined by the Disk Management Remote Protocol).

When the server receives an IVolumeClient3::FTResyncMirror message, it MUST process that message, as specified in IVolumeClient::FTResyncMirror (section 3.2.4.4.1.14).