3.2.4.4.3.54 IVolumeClient3::GetTaskDetail (Opnum 65)

The GetTaskDetail method retrieves information about a task that is running on the server.

 HRESULT GetTaskDetail(
   [in] LdmObjectId id,
   [in, out] TASK_INFO* tinfo
 );

id: Specifies the OID of the task for which to retrieve information.

tinfo: A TASK_INFO structure that describes the operation currently being performed by id.

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