The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPrinterExtensionContext::DriverProperties property
Gets the driver property bag.
This property is read-only.
Syntax
HRESULT get_DriverProperties( [out, retval] IPrinterPropertyBag **ppPropertyBag );
Property value
The driver property bag.
Error codes
Returns an HRESULT value. If the property call was not successful, it returns the appropriate HRESULT error code.
Remarks
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);
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
See also
Show: