![]() |
Adobe Photoshop SDK |
|
Action Control SuiteAllows automation plug-ins to control playback and actions taken on events. More...
Detailed DescriptionAllows automation plug-ins to control playback and actions taken on events.Available only in Automation plug-ins.
Accessing the Suite #define kPSActionControlSuite "bc1e4d70-f953-11d0-8d9f-00c04fd5f7ee"
#define kPSActionControlSuiteVersion 3
PSActionControlProcs *sPSActionControl; error = sSPBasic->AcquireSuite(kPSActionControlSuite, kPSActionControlSuiteVersion, &sPSActionControl); if (error) goto . . . //handle error sPSActionControl , by including the header file sampleCode\common\includes\PIUSuites.h . For PICA errors, see SPErrorCodes.h. Define Documentation
Unique identifier for the Action Control Suite.
Current version of the Action Control Suite, compatible with version 2.
Previous version of the Action Control Suite.
Typedef Documentation
The prototype for a plug-in routine that receives action event notification. See PSActionControlProcs::AddNotify.
The prototype for a plug-in routine that plays actions that are not recorded to the Actions Palette. See PSActionControlProcs::SuspendHistory.
|