Warning:  main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappaddfiltercallback.html on line 1
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappaddfiltercallback.html on line 1
Warning:  main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappaddfiltercallback.html on line 8
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappaddfiltercallback.html on line 8
Add a filter callback to an application's callback list
void PtAddFilterCallback(
        unsigned long event_mask,
        int (*func)(void *,PtCallbackInfo_t *),
        void *data);
- event_mask
 
- The event type that causes the application to invoke the
filter callback func.
 
- func
 
- A pointer to the event handler function you want to add.
The function takes this form: int (*func)(void *,PtCallbackInfo_t *).
 
- data
 
- A pointer to data that you want to pass as the first argument
to the function. 
 
ph
 
This function adds an event handler to the application's 
Pt_CB_FILTER callback list. The application invokes this handler whenever
an event type that matches one of the bits in event_mask intersects
with the application .
For more information, see the 
Manipulating Resources
in Application Code chapter of the Photon Programmer's Guide.
Photon
| Safety: |  | 
| Interrupt handler | 
    No | 
| Signal handler | 
    No | 
| Thread | 
    No | 
PtAppGetResources(), 
PtAppGetResource(), 
PtAppRemoveCallback(),  
PtAppRemoveFilterCallback(),  
PtAppSetResource(),  
PtAppSetResources(), 
PtSetArg().
“Event
handlers” in the Managing Widgets in Application Code chapter of the
Photon Programmer's Guide
Warning:  main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappaddfiltercallback.html on line 113
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappaddfiltercallback.html on line 113