Interaction of Customized Options in GPD with the driver

  • Thread starter Thread starter gautam
  • Start date Start date
G

gautam

Hi
I have the GPD with the customized options and features.But the problem
is that how can I interact my GPD customized features with the
driver.Please reply ASAP.

Thanks and Regards
Gautam
 
You can use GetPrinterDriver() to retrieve DRIVER_INFO_5 structure the use
CreateFile() to access DRIVER_INFO_5->pDataFile (the .gpd file)
 
Back
Top