![]() |
Adobe Photoshop SDK |
|
Basic Action Control Suite Allows non-automation plug-ins access to some of the routines available in the Action Control Suite. More...
Detailed DescriptionAllows non-automation plug-ins access to some of the routines available in the Action Control Suite. Accessing the Suite #define kPSBasicActionControlSuite "3eb7c480-8797-11d1-8da7-00c04fd5f7ee"
with the version constant: #define kPSBasicActionControlSuiteVersion 2
The suite is acquired as follows: PSBasicActionControlProcs *sPSBasicActionControl; error = sSPBasic->AcquireSuite(kPSBasicActionControlSuite, kPSBasicActionControlSuiteVersion, &sPSBasicActionControl); if (error) goto . . . //handle error For PICA errors, see SPErrorCodes.h. Define Documentation
Unique identifier for the Basic Action Control Suite.
Current version of the Basic Action Control Suite; released with CC 2015.5, Version 17.0.
CC 2015 release, Version 16.0.
Previous version of the Basic Action Control Suite. Typedef Documentation
The set of routines available in the Basic Action Control Suite.
The set of routines available in the Basic Action Control Suite. Versions 2 and 1 |