Documentazione API
>
Selection
>
Object ProSelection
> Callback ProSelectionPostFilter
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_ERROR
Accept the selection.
Other
Ignore the selection.
È stato utile?
Questo sito è ottimizzato per l’utilizzo con JavaScript attivato