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) |