3.2.4.4.3.10 IVolumeClient3::FTEnumVolumes (Opnum 13)

The FTEnumVolumes method enumerates the server's FT volumes on basic disks (rather than dynamic disks).<194>

 HRESULT FTEnumVolumes(
   [in, out] unsigned long* volumeCount,
   [out, size_is(,*volumeCount)] VOLUME_INFO** ftVolumeList
 );

volumeCount: Pointer to the number of elements in ftVolumeList.

ftVolumeList: Pointer to an array of VOLUME_INFO structures.

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