Category Selection, Object ProSelection

Callback ProSelectionPostFilter


Description
This is the user-defined, post-filter function. Called before being added to the stack for QUERY_SELCT every potential selection is validated by calling the ProSelectionPostFilter.
Synopsis
#include <ProSelection.h>
ProError(*ProSelectionPostFilter)(
ProSelection selection
/* (In)
The handle to the selection made
*/
ProAppData app_data
/* (In)
The user data passed to ProSelect()
*/
)
Returns
PRO_TK_NO_ERRORAccept the selection.
OtherIgnore the selection.