IPrinterPropertyBag::GetBytes 方法 (printerextension.h)
读取字节数组属性。
IPrinterPropertyBag 接口由所有打印机属性包使用,包括驱动程序属性包、用户属性包、队列属性包和 DEVMODE 属性包。
语法
HRESULT GetBytes(
[in] BSTR bstrName,
[out] DWORD *pcbValue,
BYTE **ppValue
);
参数
[in] bstrName
要读取的属性。
[out] pcbValue
读取的字节数。
ppValue
返回的数组。 必须使用 CoTaskFree 释放此数组。
返回值
此方法返回 HRESULT 值。
要求
要求 | 值 |
---|---|
目标平台 | 桌面 |
标头 | printerextension.h (包括 Printerextension.h) |