![]() |
Adobe Photoshop SDK |
|
Action Descriptor SuiteAllows a plug-in to put keys and objects into descriptors, get them out of descriptors, and perform other descriptor management. More...
Detailed DescriptionAllows a plug-in to put keys and objects into descriptors, get them out of descriptors, and perform other descriptor management.
Accessing the Suite #define kPSActionDescriptorSuite "df135115-c769-11d0-8079-00c04fd7ec47"
#define kPSActionDescriptorSuiteVersion 2
PSActionDescriptorProcs *sPSActionDescriptor; error = sSPBasic->AcquireSuite(kPSActionDescriptorSuite, kPSActionDescriptorSuiteVersion, &sPSActionDescriptor); if (error) goto . . . //handle error sPSActionDescriptor , by including the header file sampleCode\common\includes\PIUSuites.h . For PICA errors, see SPErrorCodes.h. Define Documentation
Unique identifier for the Action Descriptor Suite.
Current version of the Action Descriptor Suite.
|