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

SPAPI OSErr(* PSWindowNotifyProcs::AddNotify)(WindowRef window, PIWindowNotifier notifier, void *data)

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.

SPAPI OSErr(* PSWindowNotifyProcs::RemoveNotify)(WindowRef window)

Removes the notification routine for Mac OS.

Parameters:
window 
Returns:
Non-zero error if failure.


The documentation for this struct was generated from the following file: