3.2.4.4.3.40 IVolumeClient3::ReConnectDisk (Opnum 43)

The ReConnectDisk method reactivates a failed dynamic disk, bringing the disk and the volumes that reside on it online.

 HRESULT ReConnectDisk(
   [in] LdmObjectId diskId,
   [out] TASK_INFO* tinfo
 );

diskId: Specifies the OID of the disk to reactivate.

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::ReConnectDisk message, it MUST process that message, as specified in IVolumeClient::ReConnectDisk (section 3.2.4.4.1.37).