Category Selection, Object ProSelection

Callback ProSelectionStartNotify


Description
Allows applications to make their media ready for ProSelect interaction.This is called once upon entering ProSelect().
Replacement in Object TOOLKIT: wfcWSession::RegisterExternalSelectionHighlight
Synopsis
#include <ProSelection.h>
void(*ProSelectionStartNotify)(
ProAppData ext_data
/* (In)
The user data passed to ProSelect()
*/
)
Returns
PRO_TK_NO_ERRORAccept the selection.
OtherIgnore the selection.

Manual References:

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