IPrinterPropertyBag::GetReadStream 方法 (printerextension.h)
取得數據流,以便從數據流屬性讀取。
語法
HRESULT GetReadStream(
[in] BSTR bstrName,
IStream **ppValue
);
參數
[in] bstrName
要讀取的屬性。
ppValue
傳回的數據流。
傳回值
這個方法會傳回 HRESULT 值。
備註
這個方法不適用於非數據流屬性。
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | printerextension.h (包含 Printerextension.h) |