3.2.4.4.3.64 IVolumeClient3::EnumAccessPath (Opnum 75)
The EnumAccessPath method enumerates all mount points configured on the machine.
-
HRESULT EnumAccessPath( [in, out] int* lCount, [out, size_is(,*lCount)] COUNTED_STRING** paths );
lCount: The address of an int that returns the number of elements returned in paths.
paths: Pointer to an array of COUNTED_STRING structures that describes all mount points configured on the machine.
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::EnumAccessPath message, it MUST process that message, as specified in IVolumeClient::EnumAccessPath (section 3.2.4.4.1.61).