3.2.4.4.3.11 IVolumeClient3::FTEnumLogicalDiskMembers (Opnum 14)

The FTEnumLogicalDiskMembers method enumerates the regions of a specified FT volume on basic disks (rather than dynamic disks).<195>

 HRESULT FTEnumLogicalDiskMembers(
   [in] LdmObjectId volumeId,
   [in, out] unsigned long* memberCount,
   [out, size_is(,*memberCount)] LdmObjectId** memberList
 );

volumeId: Specifies the OID of the volume for which the regions are being enumerated.

memberCount: Pointer to the number of regions that the volume includes. The client passes in the address of an unsigned long.

memberList: Pointer to an array of LdmObjectId objects that store member identification handles for the regions in the volume.

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