|
||
BOOL on_update_sdc_menu_command_ui(CCmdUI *pCmdUI);
CCmdUI *pCmdUI; // A pointer to a Win32 Command UI handler
|
|
|
Synopsis |
#include "silver.h"
The on_update_sdc_menu_command_ui function is used to pass a command ui message to SilverEngine for handling if it has a menu active, for instance a pop-up menu while picking.
|
|
Parameters |
pCmdUI is a pionter to a Win32 Command UI handler
|
|
Return Value |
on_update_sdc_menu_command_ui returns TRUE if SilverEngine has an interactive menu active and the message was handled, and FALSE otherwise
|
|
See Also |
|
|
Example |
See on_sdc_menu_command for an example |
|