Skip to content

Latest commit

 

History

History
93 lines (76 loc) · 3.6 KB

nf-vds-ivdsiscsiinitiatorportal-getinitiatoradapter.md

File metadata and controls

93 lines (76 loc) · 3.6 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.IVdsIscsiInitiatorPortal.GetInitiatorAdapter
IVdsIscsiInitiatorPortal::GetInitiatorAdapter (vds.h)
Returns the initiator adapter to which the initiator portal belongs.
GetInitiatorAdapter
GetInitiatorAdapter method [VDS]
GetInitiatorAdapter method [VDS]
IVdsIscsiInitiatorPortal interface
IVdsIscsiInitiatorPortal interface [VDS]
GetInitiatorAdapter method
IVdsIscsiInitiatorPortal.GetInitiatorAdapter
IVdsIscsiInitiatorPortal::GetInitiatorAdapter
base.ivdsiscsiinitiatorportal_getinitiatoradapter
vds/IVdsIscsiInitiatorPortal::GetInitiatorAdapter
base\ivdsiscsiinitiatorportal_getinitiatoradapter.htm
base
fcdd2083-36e0-4924-9af0-87a9fe4711e0
12/05/2018
GetInitiatorAdapter, GetInitiatorAdapter method [VDS], GetInitiatorAdapter method [VDS],IVdsIscsiInitiatorPortal interface, IVdsIscsiInitiatorPortal interface [VDS],GetInitiatorAdapter method, IVdsIscsiInitiatorPortal.GetInitiatorAdapter, IVdsIscsiInitiatorPortal::GetInitiatorAdapter, base.ivdsiscsiinitiatorportal_getinitiatoradapter, vds/IVdsIscsiInitiatorPortal::GetInitiatorAdapter
vds.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 R2 [desktop apps only]
Uuid.lib
Windows
VDS 1.1
19H1
IVdsIscsiInitiatorPortal::GetInitiatorAdapter
vds/IVdsIscsiInitiatorPortal::GetInitiatorAdapter
c++
APIRef
kbSyntax
COM
Uuid.lib
Uuid.dll
IVdsIscsiInitiatorPortal.GetInitiatorAdapter

IVdsIscsiInitiatorPortal::GetInitiatorAdapter

-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 initiator adapter to which the initiator portal belongs.

-parameters

-param ppInitiatorAdapter [out]

The address of an IVdsIscsiInitiatorAdapter interface pointer. VDS initializes the interface on return. Callers must release the interface.

-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 initiator adapter was returned successfully.

-see-also

IVdsIscsiInitiatorAdapter

IVdsIscsiInitiatorPortal