IVdsIscsiInitiatorPortal::GetInitiatorAdapter 方法 (vds.h)
[从Windows 8和Windows Server 2012开始,虚拟磁盘服务 COM 接口由 Windows 存储管理 API 取代。]
返回发起程序门户所属的发起程序适配器。
语法
HRESULT GetInitiatorAdapter(
[out] IVdsIscsiInitiatorAdapter **ppInitiatorAdapter
);
参数
[out] ppInitiatorAdapter
IVdsIscsiInitiatorAdapter 接口指针的地址。 VDS 在返回时初始化接口。 调用方必须释放 接口。
返回值
此方法可以返回标准 HRESULT 值,例如E_INVALIDARG或E_OUTOFMEMORY,以及 特定于 VDS 的返回值。 它还可以使用 HRESULT_FROM_WIN32 宏返回转换的系统错误代码。 错误可能源自 VDS 本身或正在使用的基础 VDS 提供程序 。 可能的返回值包括以下内容。
返回代码 | 说明 |
---|---|
|
已成功返回发起程序适配器。 |
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | vds.h |
Library | Uuid.lib |
可再发行组件 | VDS 1.1 |