See Also
You are here: Player Plug-ins > Definitions > Library Plug-ins > QCDModInitDB2 > QCDModInitDB2::toModule > Configure
QMP Developer Reference Guide
ContentsIndexHome
PreviousUpNext
Configure

The player will call this function when the user wants to configure the plug-in.

Parameters
Parameters 
Description 
flags 
[in] 0 for normal configuration, or the id assigned to the plug-in's menu item or accelerator 
Return Values
Return Values 
Description 
void 
no return value 
Remarks

If no configuration is offered by this plug-in, you should set this function pointer to NULL. 

If the module sets menu items in the player, the player will call the Configure function when one of this module’s menu items is selected. The flags parameter will be the value of the menu item as set by the module. 

If the module sets keyboard accelerators (using opSetAccelerator), the player will call the Configure function when it activates one of this module’s accelerators. The flags parameter will be the value of the accelerator item ID as set by the module.

See Also
Copyright (c) Quinnware 2007. All rights reserved.