![]() |
Adobe Photoshop SDK |
|
Action Reference Suite Provides 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"
with the version constant: #define kPSActionReferenceSuiteVersion 2
The suite is acquired as follows: PSActionReferenceProcs *sPSActionReference; error = sSPBasic->AcquireSuite(kPSActionReferenceSuite, kPSActionReferenceSuiteVersion, &sPSActionReference); if (error) goto . . . //handle error Or, alternatively, use the global variable Define Documentation
The unique identifier for the Action Reference Suite.
The current version of the Action Reference Suite.
Typedef Documentation
The set of routines available in the Action Reference Suite. |