IPrinterExtensionContext::get_DriverProperties method (printerextension.h)
Gets the driver property bag.
This property is read-only.
HRESULT get_DriverProperties(
IPrinterPropertyBag **ppPropertyBag
);
ppPropertyBag
Defines the IPrinterPropertyBag parameter ppPropertyBag.
Returns an HRESULT value. If the property call was not successful, it returns the appropriate HRESULT error code.
The driver property bag uses the following GUID for its property store format ID:
DEFINE_GUID(FMTID_PrinterPropertyBag, 0x75f9adca, 0x097d, 0x45c3, 0xa6, 0xe4, 0xba, 0xb2, 0x9e, 0x27, 0x6f, 0x3e);
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | printerextension.h |