IPrinterPropertyBag::GetString 方法 (printerextension.h)
读取字符串属性。
语法
HRESULT GetString(
[in] BSTR bstrName,
[out, retval] BSTR *pbstrValue
);
参数
[in] bstrName
要读取的属性。
[out, retval] pbstrValue
读取的值。
返回值
此方法返回 HRESULT 值。
要求
要求 | 值 |
---|---|
目标平台 | 桌面 |
标头 | printerextension.h (包括 Printerextension.h) |