osdOutputGetFlags
osdOutputGetFlags
osd
1998 12-05
NAME
osdOutputGetFlags - get the configuration flags value
SYNOPSIS
unsigned long osdOutputGetFlags(OSD_Output *output)
osdOutputGetFlags() is used to get the current setting for an output channel.
This function is typically used to get the flags value, 'and' a new
setting, and reset the channel with osdOutputSetFlags().
Returns the 'flags' value for
output
which is an unsigned long of the 'and'ed setting. The possible settings
are OSD_OUT_FILE, OSD_OUT_STDOUT, OSD_OUT_STDERR and
OSD_OUT_MESSAGEBOX.
ARGUMENTS
| output |
the OSD_Output from which to obtain settings
|