![]() |
Adobe Photoshop SDK |
|
Window Notify Suite The window notify suite is used on Mac OS to receive event notification during play. More...
Detailed DescriptionThe window notify suite is used on Mac OS to receive event notification during play. Accessing the Suite #define kPSWindowNotifySuite "482963f4-3ea1-11d1-8da3-00c04fd5f7ee"
with the version constant: #define kPSWindowNotifySuiteVersion 1
The suite is acquired as follows: PSWindowNotifyProcs *sPSWindowNofify; error = sSPBasic->AcquireSuite(kPSWindowNotifySuite, kPSWindowNotifySuiteVersion, &sPSWindowNofify); if (error) goto . . . //handle error For PICA errors, see SPErrorCodes.h. Define Documentation
Unique identifier for the Window Notify suite.
Current version of the Window Notify Suite. Typedef Documentation
The set of routines available in the Window Notify suite. |