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>
(*ProSelectionPostFilter)
(
ProSelection selection
/* (In)
The handle to the selection made
*/
ProAppData app_data
/* (In)
The user data passed to ProSelect()
*/
)
Returns
Accept the selection.
Other
Ignore the selection.
これは役に立ちましたか?