![]() |
Adobe Photoshop SDK |
|
Window Notify SuiteThe 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"
#define kPSWindowNotifySuiteVersion 1
PSWindowNotifyProcs *sPSWindowNofify; error = sSPBasic->AcquireSuite(kPSWindowNotifySuite, kPSWindowNotifySuiteVersion, &sPSWindowNofify); if (error) goto . . . //handle error Define Documentation
Unique identifier for the Window Notify suite.
Current version of the Window Notify Suite.
Typedef Documentation
|