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.
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。