![]() |
Adobe Photoshop SDK |
|
Descriptor Registry Suite Used to pass descriptors between plug-ins or save parameters between invocations. More...
Detailed DescriptionUsed to pass descriptors between plug-ins or save parameters between invocations. Descriptors must be created through the Action Descriptor Suite. Accessing the Suite #define kPSDescriptorRegistrySuite "61e608b0-40fd-11d1-8da3-00c04fd5f7ee"
with the version constant: #define kPSDescriptorRegistrySuiteVersion 1
The suite is acquired as follows: PSDescriptorRegistryProcs *sPSDescriptorRegistry; error = sSPBasic->AcquireSuite(kPSDescriptorRegistrySuite, kPSDescriptorRegistrySuiteVersion, &sPSDescriptorRegistry); if (error) goto . . . //handle error Or, alternatively, use the global variable Define Documentation
Unique identifier for the Descriptor Registry Suite.
Current version of the Descriptor Registry Suite. Typedef Documentation
The set of routines available in the Descriptor Registry Suite. |