3.2.4.4.3.15 IVolumeClient3::FTRegenerateParityStripe (Opnum 18)

The FTRegenerateParityStripe method restores the redundancy of an FT RAID-5 set on basic disks by regenerating the parity of the volume.<199>

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

volumeId: Specifies the object identifier of the FT RAID-5 set for which the parity is being regenerated.

volumeLastKnownState: Last known modification sequence number of the FT RAID-5 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::FTRegenerateParityStripe message, it MUST process that message, as specified in IVolumeClient::FTRegenerateParityStripe (section 3.2.4.4.1.15).