Functions | |
StatusInt | mdlDialog_radioButtonGetInfo (CommandNumber *commandNumberP, UInt32 *commandSourceP, UInt32 *maskP, UInt32 *valueP, long *radioButtonListIdP, RawItemHdr *rButP) |
Gets specific information about the specified Radio Button. More... | |
StatusInt | mdlDialog_radioButtonSetInfo (CommandNumber *commandNumberP, UInt32 *commandSourceP, UInt32 *maskP, UInt32 *valueP, long *radioButtonListIdP, RawItemHdr *rButP) |
Sets specific information about the specified Radio Button. More... | |
StatusInt mdlDialog_radioButtonGetInfo | ( | CommandNumber * | commandNumberP, |
UInt32 * | commandSourceP, | ||
UInt32 * | maskP, | ||
UInt32 * | valueP, | ||
long * | radioButtonListIdP, | ||
RawItemHdr * | rButP | ||
) |
Gets specific information about the specified Radio Button.
[out] | commandNumberP | is the command number of the Radio Button. Pass NULL if you don't want to receive this information. |
[out] | commandSourceP | is the command source. Pass NULL if you don't want to receive this information. |
[out] | maskP | is the mask for the Radio Button. Pass NULL if you don't want to receive this information. |
[out] | valueP | is the value for the Radio Button. Pass NULL if you don't want to receive this information. |
[out] | radioButtonListIdP | is the id of the Radio Button list. Pass NULL if you don't want to receive this information. |
[in] | rButP | is a pointer to the Radio Button to get the information from. |
StatusInt mdlDialog_radioButtonSetInfo | ( | CommandNumber * | commandNumberP, |
UInt32 * | commandSourceP, | ||
UInt32 * | maskP, | ||
UInt32 * | valueP, | ||
long * | radioButtonListIdP, | ||
RawItemHdr * | rButP | ||
) |
Sets specific information about the specified Radio Button.
[out] | commandNumberP | is the command number of the Radio Button. Pass NULL if you don't want to set this information. |
[out] | commandSourceP | is the command source. Pass NULL if you don't want to set this information. |
[out] | maskP | is the mask for the Radio Button. Pass NULL if you don't want to set this information. |
[out] | valueP | is the value for the Radio Button. Pass NULL if you don't want to set this information. |
[out] | radioButtonListIdP | is the id of the Radio Button list. Pass NULL if you don't want to set this information. |
[out] | rButP | is a pointer to the Radio Button to set the information on. |