Skip to content

Latest commit

 

History

History
134 lines (113 loc) · 5.28 KB

nf-vdshwprv-ivdsiscsiportalgroup-queryassociatedportals.md

File metadata and controls

134 lines (113 loc) · 5.28 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:vdshwprv.IVdsIscsiPortalGroup.QueryAssociatedPortals
IVdsIscsiPortalGroup::QueryAssociatedPortals (vdshwprv.h)
The IVdsIscsiPortalGroup::QueryAssociatedPortals (vdshwprv.h) method returns an enumeration of the portals with which the portal group is associated.
IVdsIscsiPortalGroup interface [VDS]
QueryAssociatedPortals method
IVdsIscsiPortalGroup.QueryAssociatedPortals
IVdsIscsiPortalGroup::QueryAssociatedPortals
QueryAssociatedPortals
QueryAssociatedPortals method [VDS]
QueryAssociatedPortals method [VDS]
IVdsIscsiPortalGroup interface
base.ivdsiscsiportalgroup_queryassociatedportals
vds/IVdsIscsiPortalGroup::QueryAssociatedPortals
vdshwprv/IVdsIscsiPortalGroup::QueryAssociatedPortals
base\ivdsiscsiportalgroup_queryassociatedportals.htm
base
c9d120bb-f195-413d-bc82-007523041d58
08/08/2022
IVdsIscsiPortalGroup interface [VDS],QueryAssociatedPortals method, IVdsIscsiPortalGroup.QueryAssociatedPortals, IVdsIscsiPortalGroup::QueryAssociatedPortals, QueryAssociatedPortals, QueryAssociatedPortals method [VDS], QueryAssociatedPortals method [VDS],IVdsIscsiPortalGroup interface, base.ivdsiscsiportalgroup_queryassociatedportals, vds/IVdsIscsiPortalGroup::QueryAssociatedPortals, vdshwprv/IVdsIscsiPortalGroup::QueryAssociatedPortals
vdshwprv.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 R2 [desktop apps only]
Uuid.lib
Windows
VDS 1.1
19H1
IVdsIscsiPortalGroup::QueryAssociatedPortals
vdshwprv/IVdsIscsiPortalGroup::QueryAssociatedPortals
c++
APIRef
kbSyntax
COM
Uuid.lib
Uuid.dll
IVdsIscsiPortalGroup.QueryAssociatedPortals

IVdsIscsiPortalGroup::QueryAssociatedPortals

-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 enumeration of the portals with which the portal group is associated.

-parameters

-param ppEnum [out]

The address of an IEnumVdsObject interface pointer that can be used to enumerate the portals as portal objects. For more information, see Working with Enumeration Objects. Callers must release the interface and each of the 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/value Description
S_OK
The enumeration of associated portals was returned successfully. If the portal group has no associated portals, the enumeration is empty.
VDS_E_PROVIDER_CACHE_CORRUPT
0x8004241FL
The cache of the provider is corrupted. This indicates a software or communication problem inside a provider that caches information about the attached devices. The caller can use the IVdsHwProvider::Reenumerate method followed by the IVdsHwProvider::Refresh method to restore the cache.
VDS_E_OBJECT_DELETED
0x8004240BL
The portal group object is no longer present.
VDS_E_ANOTHER_CALL_IN_PROGRESS
0x80042404L
Another operation is in progress. This operation cannot proceed until the previous operations are complete.

-see-also

IEnumVdsObject

IVdsIscsiPortalGroup