IPrinterScriptablePropertyBag::GetBytes 方法 (printerextension.h)
获取字节数组属性。
语法
HRESULT GetBytes(
[in] BSTR bstrName,
IDispatch **ppArray
);
参数
[in] bstrName
要读取的属性。
ppArray
返回的 JavaScript 数组。
返回值
此方法返回 HRESULT 值。
注解
如果未找到指定的属性,则调用 GetBytes 将引发异常。 建议围绕调用此方法使用 try-catch 语句,使应用能够正常处理任何故障。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
最低受支持的服务器 | Windows Server 2012 |
目标平台 | 桌面 |
标头 | printerextension.h |