Hi all,

Basically i have a custom UI and renderer plug-in for a printer driver
using unidrv.dll.
What i need to know in the plug-in are diffrent options set in the GPD file
without reading(parsing) the GPD file.
The only supported methods I found are in IPrintCoreHelper::GetOption which
can give a feature - option return but not the particulars of that option.
And the second method is IPrintCoreUI2::DrvGetDriverSetting which also
given a feature name returns the selected option.
The other close third is IPrintOemDriverUni::DrvGetGPDData which can only
return the value of *OEMCustomData field.
Is there a way to get other field from the GPD ?

RM