Source position: cupsdyn.pp line 528
type ppd_option_t = record |
conflicted: AnsiChar; |
keyword: array [0..(PPD_MAX_NAME)-1] of AnsiChar; |
defchoice: array [0..(PPD_MAX_NAME)-1] of AnsiChar; |
text: array [0..(PPD_MAX_TEXT)-1] of AnsiChar; |
ui: ppd_ui_t; |
section: ppd_section_t; |
order: Integer; |
num_choices: LongInt; |
choices: Pppd_choice_t; |
end; |