![]() |
Adobe Photoshop SDK |
|
Action List Suite Allows a plug-in to get values from and put values into a list. More...
Detailed DescriptionAllows a plug-in to get values from and put values into a list. These lists can be used as values for Action Descriptors. See Action Descriptor Suite. Accessing the Suite #define kPSActionListSuite "df135116-c769-11d0-8079-00c04fd7ec47"
with the version constant: #define kPSActionListSuiteVersion 1
The suite is acquired as follows: PSActionListProcs *sPSActionList; error = sSPBasic->AcquireSuite(kPSActionListSuite, kPSActionListSuiteVersion, &sPSActionList); if (error) goto . . . //handle error Or, alternatively, use the global variable Define Documentation
Unique identifier for the Action List Suite.
Current version of the Action List Suite. First release, CC 2015.5 version 17.0.
CS5 version 12.0.
Original version. Typedef Documentation
The set of available routines for the Action List Suite. |