![]() |
Adobe Photoshop SDK |
|
Basic Action Control SuiteAllows 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"
#define kPSBasicActionControlSuiteVersion 2
PSBasicActionControlProcs *sPSBasicActionControl; error = sSPBasic->AcquireSuite(kPSBasicActionControlSuite, kPSBasicActionControlSuiteVersion, &sPSBasicActionControl); if (error) goto . . . //handle error Define Documentation
Unique identifier for the Basic Action Control Suite.
Current version of the Basic Action Control Suite; compatible with previous version.
Previous version of the Basic Action Control Suite.
|