Skip to content

Latest commit

 

History

History
88 lines (74 loc) · 2.96 KB

nf-vds-ivdsvdisk-getproperties.md

File metadata and controls

88 lines (74 loc) · 2.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vds.IVdsVDisk.GetProperties
IVdsVDisk::GetProperties (vds.h)
Returns disk property information for the volume where the virtual disk resides.
GetProperties
GetProperties method
GetProperties method
IVdsVDisk interface
IVdsVDisk interface
GetProperties method
IVdsVDisk.GetProperties
IVdsVDisk::GetProperties
base.ivdsvdisk_getproperties
vds/IVdsVDisk::GetProperties
base\ivdsvdisk_getproperties.htm
base
0ecfbd1f-2f67-4d79-b081-7df071b070a4
12/05/2018
GetProperties, GetProperties method, GetProperties method,IVdsVDisk interface, IVdsVDisk interface,GetProperties method, IVdsVDisk.GetProperties, IVdsVDisk::GetProperties, base.ivdsvdisk_getproperties, vds/IVdsVDisk::GetProperties
vds.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Uuid.lib
Windows
19H1
IVdsVDisk::GetProperties
vds/IVdsVDisk::GetProperties
c++
APIRef
kbSyntax
COM
Uuid.lib
Uuid.dll
IVdsVDisk.GetProperties

IVdsVDisk::GetProperties

-description

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Returns disk property information for the volume where the virtual disk resides.

-parameters

-param pDiskProperties [out]

Receives a pointer to a VDS_VDISK_PROPERTIES structure containing the disk property information.

-returns

This method can return standard HRESULT values, such as E_INVALIDARG or E_OUTOFMEMORY, and VDS-specific return values. It can also return converted system error codes using the HRESULT_FROM_WIN32 macro. Errors can originate from VDS itself or from the underlying VDS provider that is being used. Possible return values include the following.

Return code Description
S_OK
The method completed successfully.

-see-also

IVdsVDisk