The player will call this function when the user wants to configure the plug-in.
|
Parameters |
Description |
|
flags |
[in] 0 for normal configuration, or the id assigned to the plug-in's menu item or accelerator |
|
Return Values |
Description |
|
void |
no return value |
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.
|
Copyright (c) Quinnware 2007. All rights reserved.
|