Skip to content

Latest commit

 

History

History
115 lines (96 loc) · 3.53 KB

nf-vds-ivdshbaport-getproperties.md

File metadata and controls

115 lines (96 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.IVdsHbaPort.GetProperties
IVdsHbaPort::GetProperties (vds.h)
Retrieves the properties of an HBA port.
GetProperties
GetProperties method [VDS]
GetProperties method [VDS]
IVdsHbaPort interface
IVdsHbaPort interface [VDS]
GetProperties method
IVdsHbaPort.GetProperties
IVdsHbaPort::GetProperties
base.ivdshbaport_getproperties
vds/IVdsHbaPort::GetProperties
base\ivdshbaport_getproperties.htm
base
5472534f-66c8-4a78-a351-92f59e50ae32
12/05/2018
GetProperties, GetProperties method [VDS], GetProperties method [VDS],IVdsHbaPort interface, IVdsHbaPort interface [VDS],GetProperties method, IVdsHbaPort.GetProperties, IVdsHbaPort::GetProperties, base.ivdshbaport_getproperties, vds/IVdsHbaPort::GetProperties
vds.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 R2 [desktop apps only]
Windows
19H1
IVdsHbaPort::GetProperties
vds/IVdsHbaPort::GetProperties
c++
APIRef
kbSyntax
COM
Vds.h
IVdsHbaPort.GetProperties

IVdsHbaPort::GetProperties

-description

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

Retrieves the properties of an HBA port.

-parameters

-param pHbaPortProp [out]

The address of a member of the VDS_HBAPORT_PROP structure that is allocated and passed in by the caller.

-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 properties were successfully returned.
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.
E_POINTER
The pHbaPortProp parameter is not a valid pointer.

-see-also

IVdsHbaPort

VDS_HBAPORT_PROP