API Documentation > Selection > Object ProSelection > Callback ProSelectionExtHighlightAct
Callback ProSelectionExtHighlightAct
Description
This is called when an item is selected/unselected and asks external application to highlight/unhighlight an entry in their media corresponding to the passed selection. In case selection is NULL and highlight is PRO_B_FALSE application should clear all highlighting.
Synopsis
#include <ProSelection.h>
void
(*ProSelectionExtHighlightAct)
(
ProSelection selection
/* (In)
The handle to the selection made
*/
ProBoolean highlight
/* (In)
The user's choice to highlight/unhighlight
*/
ProAppData ext_data
/* (In)
The user data passed to ProSelect()
*/
)
Returns
Accept the selection.
Other
Ignore the selection.
User Guide References
Was this helpful?