3.4.5.2.26.1 IVdsAdvancedDisk3::GetProperties (Opnum 3)

The GetProperties method<103> retrieves the properties of the disk that the object exposing this interface and method represents.

 HRESULT GetProperties(
   [out] VDS_ADVANCEDDISK_PROP *pAdvDiskProp
 );

pAdvDiskProp: A pointer to a VDS_ADVANCEDDISK_PROP structure that receives the properties of the disk.

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 this message, it MUST validate the following parameter:

  • Verify that pAdvDiskProperties is not NULL.

The server MUST populate the VDS_ADVANCEDDISK_PROP structure that the pAdvDiskProperties parameter references with the properties of the disk and return an HRESULT that indicates success or failure.