![]() |
![]() |
![]() |
|
[
About the Wizard's Toolkit ] [ Command-line Tools ] [ Application Program Interface ] [ Install from Source Unix Windows Binary Releases Unix Windows ] [ Download ] [ Search ] [ Sponsors: ] |
GetWizardOptions() returns a list of options. The format of the GetWizardOptions method is: const char **GetWizardOptions(const WizardOption option) A description of each parameter follows: optionThe option. IsWizardOption() returns WizardTrue if the option begins with a - or + and the first character that follows is alphanumeric. The format of the IsWizardOption method is: WizardBooleanType IsWizardOption(const char *option) A description of each parameter follows: optionThe option. ListWizardOptions() lists the contents of enumerated option type(s). The format of the ListWizardOptions method is:
WizardBooleanType ListWizardOptions(FILE *file,const WizardOption option,
ExceptionInfo *exception)
A description of each parameter follows: filelist options to this file handle. optionwhich option list to display. exceptionreturn any errors or warnings in this structure. ParseWizardOption() parses an option string and returns an enumerated option type(s). The format of the ParseWizardOption method is:
long ParseWizardOption(const WizardOption option,
const WizardBooleanType list,const char *options)
A description of each parameter follows: optionThe option. listA option other than zero permits more than one option separated by commas. optionsOne or more options separated by commas. WizardOptionToMnemonic() returns an enumerated option as a mnemonic. The format of the WizardOptionToMnemonic method is:
const char *WizardOptionToMnemonic(const WizardOption option,
const long type)
A description of each parameter follows: optionthe option. typeone or more options separated by commas. |