| |
Getting Started
SDK API Reference
SDK API Features
Other Documentation
|
|
|
PSWindowNotifyProcs Struct Reference
[Window Notify Suite]
#include <PIActions.h>
Detailed Description
The set of routines available in the Window Notify suite.
|
Data Fields |
| SPAPI OSErr(* | AddNotify )(WindowRef window, PIWindowNotifier notifier, void *data) |
| | Allows the plug-in to provide a notification routine for Mac OS.
|
| SPAPI OSErr(* | RemoveNotify )(WindowRef window) |
| | Removes the notification routine for Mac OS.
|
Field Documentation
Allows the plug-in to provide a notification routine for Mac OS.
- Parameters:
-
| window | |
| notifier | Routine to evoke when an event occurs. |
| data | Any local data; passed through to the event notification routine. |
- Returns:
- Non-zero error if failure.
Removes the notification routine for Mac OS.
- Parameters:
-
- Returns:
- Non-zero error if failure.
The documentation for this struct was generated from the following file:
|
|