Skip to content

Latest commit

 

History

History
94 lines (76 loc) · 4.16 KB

nf-vds-ivdsiscsiinitiatoradapter-queryinitiatorportals.md

File metadata and controls

94 lines (76 loc) · 4.16 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.IVdsIscsiInitiatorAdapter.QueryInitiatorPortals
IVdsIscsiInitiatorAdapter::QueryInitiatorPortals (vds.h)
Returns an object that enumerates the iSCSI initiator portals of the initiator adapter.
IVdsIscsiInitiatorAdapter interface [VDS]
QueryInitiatorPortals method
IVdsIscsiInitiatorAdapter.QueryInitiatorPortals
IVdsIscsiInitiatorAdapter::QueryInitiatorPortals
QueryInitiatorPortals
QueryInitiatorPortals method [VDS]
QueryInitiatorPortals method [VDS]
IVdsIscsiInitiatorAdapter interface
base.ivdsiscsiinitiatoradapter_queryinitiatorportals
vds/IVdsIscsiInitiatorAdapter::QueryInitiatorPortals
base\ivdsiscsiinitiatoradapter_queryinitiatorportals.htm
base
d3c893c0-167f-46f5-92f8-aa61f5e16542
12/05/2018
IVdsIscsiInitiatorAdapter interface [VDS],QueryInitiatorPortals method, IVdsIscsiInitiatorAdapter.QueryInitiatorPortals, IVdsIscsiInitiatorAdapter::QueryInitiatorPortals, QueryInitiatorPortals, QueryInitiatorPortals method [VDS], QueryInitiatorPortals method [VDS],IVdsIscsiInitiatorAdapter interface, base.ivdsiscsiinitiatoradapter_queryinitiatorportals, vds/IVdsIscsiInitiatorAdapter::QueryInitiatorPortals
vds.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 R2 [desktop apps only]
Uuid.lib
Windows
VDS 1.1
19H1
IVdsIscsiInitiatorAdapter::QueryInitiatorPortals
vds/IVdsIscsiInitiatorAdapter::QueryInitiatorPortals
c++
APIRef
kbSyntax
COM
Uuid.lib
Uuid.dll
IVdsIscsiInitiatorAdapter.QueryInitiatorPortals

IVdsIscsiInitiatorAdapter::QueryInitiatorPortals

-description

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

Returns an object that enumerates the iSCSI initiator portals of the initiator adapter.

-parameters

-param ppEnum [out]

The address of an IEnumVdsObject interface pointer that can be used to enumerate the initiator portals as initiator portal objects. For more information, see Working with Enumeration Objects. Callers must release the interface and each of the initiator portal objects when they are no longer needed by calling the IUnknown::Release method.

-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 enumeration of initiator portals was successfully returned. If the initiator adapter has no portals, the enumeration is empty.

-see-also

IEnumVdsObject

IVdsIscsiInitiatorAdapter