IPrintSchemaOptionCollection::GetAt 方法 (printerextension.h)
获取指向 IPrintSchemaOption 对象的指针。
语法
HRESULT GetAt(
[in] ULONG ulIndex,
[out, retval, optional] IPrintSchemaOption **ppOption
);
参数
[in] ulIndex
集合中 IPrintSchemaOption 对象的索引。
[out, retval, optional] ppOption
指向 IPrintSchemaOption 对象的指针。
返回值
返回 HRESULT 值。 如果方法调用不成功,则返回相应的 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
最低受支持的服务器 | Windows Server 2012 |
目标平台 | 桌面 |
标头 | printerextension.h |