![]() |
Adobe Photoshop SDK |
|
Action Reference SuiteProvides routines for building references to objects, which allows the plug-in to get and set properties and target events from the Action Control Suite and the Basic Action Control Suite. More...
Detailed DescriptionProvides routines for building references to objects, which allows the plug-in to get and set properties and target events from the Action Control Suite and the Basic Action Control Suite.These references can also be used to build descriptors and lists by the Action Descriptor Suite and Action List Suite.
Accessing the Suite #define kPSActionReferenceSuite "df135117-c769-11d0-8079-00c04fd7ec47"
#define kPSActionReferenceSuiteVersion 2
PSActionReferenceProcs *sPSActionReference; error = sSPBasic->AcquireSuite(kPSActionReferenceSuite, kPSActionReferenceSuiteVersion, &sPSActionReference); if (error) goto . . . //handle error sPSActionReference , by including the header file sampleCode\common\includes\PIUSuites.h . For PICA errors, see SPErrorCodes.h. Define Documentation
The unique identifier for the Action Reference Suite.
The current version of the Action Reference Suite.
|