PSWindowNotifyProcs Struct Reference

The set of routines available in the Window Notify suite. More...

#include <PIActions.h>

Data Fields

SPAPI OSErr(* AddNotify )(void *window, PIWindowNotifier notifier, void *data)
 Allows the plug-in to provide a notification routine for Mac OS.
SPAPI OSErr(* RemoveNotify )(void *window)
 Removes the notification routine for Mac OS.

Detailed Description

The set of routines available in the Window Notify suite.


Field Documentation

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

Allows the plug-in to provide a notification routine for Mac OS.

Parameters:
window
notifierRoutine to evoke when an event occurs.
dataAny local data; passed through to the event notification routine.
Returns:
Non-zero error if failure.
SPAPI OSErr(* PSWindowNotifyProcs::RemoveNotify)(void *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: