Category Selection, Object ProSelection

Function ProSelectExternalhighlightRegister


Description
Register external application highlighting callbacks in order to let application media like a tree react on selections made while ProSelect() is active. Together with ProSelectExternalselectionRecord() provides interaction between external application media and ProSelect().
Replacement in Object TOOLKIT: wfcWSession::RegisterExternalSelectionHighlight
Synopsis
#include <ProSelection.h>
ProErrorProSelectExternalhighlightRegister(
ProSelectExternalhighlightFunctions* show_func
/* (In)
callbacks.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully registered callbacks.
PRO_TK_GENERAL_ERRORThe function failed to register callbacks.

Manual References:

  1. Event-driven Programming: External Objects: Selecting the Node from the External Application Tree
  2. Event-driven Programming: External Objects: Selecting the Node from the External Application Tree