3.2.4.4.3.21 IVolumeClient3::EnumLocalFileSystems (Opnum 24)

The EnumLocalFileSystems method enumerates the file systems present on the server.

 HRESULT EnumLocalFileSystems(
   [out] unsigned long* fileSystemCount,
   [out, size_is(,*fileSystemCount)] 
     FILE_SYSTEM_INFO** fileSystemList
 );

fileSystemCount: Pointer to the number of elements returned in fileSystemList. The client passes in the address of an unsigned long.

fileSystemList: Pointer to an array of FILE_SYSTEM_INFO structures that represent the file systems present on the server.

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