![]() |
Adobe Photoshop SDK |
|
Action List SuiteAllows 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"
#define kPSActionListSuiteVersion 1
PSActionListProcs *sPSActionList; error = sSPBasic->AcquireSuite(kPSActionListSuite, kPSActionListSuiteVersion, &sPSActionList); if (error) goto . . . //handle error sPSActionList , by including the header file sampleCode\common\includes\PIUSuites.h . For PICA errors, see SPErrorCodes.h. Define Documentation
Unique identifier for the Action List Suite.
Current version of the Action List Suite.
|