*%****************************************************************************************** *% ACnfgPS.GDL *% This file implements the *BidiQuery, *BidiResponse and *Option elements that correspond to *% the DuplexUnit features in the PPD file. The feature *% name in the GDL file should exaclty match the corresponding feature and option names in the PPD. *%****************************************************************************************** *%****************************************************************************************** *% Duplex Unit *%****************************************************************************************** *Feature: DuplexUnit { *FeatureType: PRINTER_PROPERTY *BidiQuery: DuplexUnit { *QueryString: "\Printer.Configuration.DuplexUnit:Installed" } *BidiResponse: DuplexUnit { *ResponseType: BIDI_BOOL *ResponseData: ENUM_OPTION(DuplexUnit) } *Option: False { *BidiValue: BOOL(FALSE) } *Option: True { *BidiValue: BOOL(TRUE) } }