Dynamic Windows Function [dw_menu_item_set_check]
Syntax
void dw_menu_item_set_check(HMENUI menu, unsigned long id, int check)
Parameters
HMENUI menu: The handle the the existing menu.
unsigned long id: Menuitem id.
int check: TRUE for checked FALSE for not checked.
Description
Sets the state of a menu item check.
Remarks
This function is deprecated; use dw_menu_item_set_state() for new code.