![]() |
Adobe Photoshop SDK |
|
Action Control Suite Allows 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"
with the version constant: #define kPSActionControlSuiteVersion 3
The suite is acquired as follows: PSActionControlProcs *sPSActionControl; error = sSPBasic->AcquireSuite(kPSActionControlSuite, kPSActionControlSuiteVersion, &sPSActionControl); if (error) goto . . . //handle error Or, alternatively, use the global variable Define Documentation
Unique identifier for the Action Control Suite.
Current version of the Action Control Suite, compatible with version 2.
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 receives a command completion notification associated with a PostCommand call.
The prototype for a plug-in routine that plays actions that are not recorded to the Actions Palette. See PSActionControlProcs::SuspendHistory.
The set of routines available in the Action Control Suite. |