3.4.5.2.34.7 IVdsVolumeMF::Mount (Opnum 9)
The Mount method mounts a volume.
-
HRESULT Mount();
This method has no parameters.
Return Values: The method MUST return zero or a non-error HRESULT (as specified in [MS-ERREF]) to indicate success, or return an implementation-specific nonzero error code to indicate failure. For the HRESULT values predefined by the Virtual Disk Service Remote Protocol, see section 2.2.3.
When the server receives the message, it MUST perform the following in sequence:
If the volume was dismounted permanently, bring the volume online.
Mount the volume.
Return an HRESULT indicating failure or success.