Skip to content

Latest commit

 

History

History
108 lines (90 loc) · 3.53 KB

nf-vds-ivdsservice-getproperties.md

File metadata and controls

108 lines (90 loc) · 3.53 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.IVdsService.GetProperties
IVdsService::GetProperties (vds.h)
Returns the properties of VDS.
GetProperties
GetProperties method [VDS]
GetProperties method [VDS]
IVdsService interface
IVdsService interface [VDS]
GetProperties method
IVdsService.GetProperties
IVdsService::GetProperties
base.ivdsservice_getproperties
vds/IVdsService::GetProperties
base\ivdsservice_getproperties.htm
base
fb5fe743-4833-400a-a8aa-8de886203190
12/05/2018
GetProperties, GetProperties method [VDS], GetProperties method [VDS],IVdsService interface, IVdsService interface [VDS],GetProperties method, IVdsService.GetProperties, IVdsService::GetProperties, base.ivdsservice_getproperties, vds/IVdsService::GetProperties
vds.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Windows
19H1
IVdsService::GetProperties
vds/IVdsService::GetProperties
c++
APIRef
kbSyntax
COM
Uuid.lib
Uuid.dll
IVdsService.GetProperties

IVdsService::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 the properties of VDS.

-parameters

-param pServiceProp [out]

The address of the VDS_SERVICE_PROP structure allocated and passed in by the caller. VDS allocates memory for the pwszVersion member string. Callers must free the string by using the CoTaskMemFree function.

-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/value Description
S_OK
The method completed successfully.
VDS_S_PROPERTIES_INCOMPLETE
0x00042715L
Some but not all of the properties were successfully retrieved. Note that there are many possible reasons for failing to retrieve all properties, including device removal.

-see-also

IVdsService

VDS_SERVICE_PROP