IPrinterScriptContext::DriverProperties method
[This documentation is preliminary and is subject to change.]
The DriverProperties method provides access to the driver property bag, if the property bag is present.
Syntax
HRESULT DriverProperties(
[out, retval] IPrinterScriptablePropertyBag **pDriverProperties
);
Parameters
- pDriverProperties [out, retval]
Pointer to a property bag.
Return value
This method returns an HRESULT value.
Remarks
If there is no property bag present, the DriverProperties method returns HRESULT_FROM_WIN32(ERROR_NOT_FOUND).
See also
Build date: 1/26/2012