![]() |
Adobe Photoshop SDK |
|
PIPickerParams Struct Reference This structure is passed to the plug-in module through the parameter block. More...
Detailed DescriptionThis structure is passed to the plug-in module through the parameter block. See Plug-in Entry Point for an explanation of how the host calls a plug-in. Field Documentation
The host now reports zero for the A pointer to the A pointer the the
The signature of the host, provided by the host. The signature for Photoshop is signature is 8BIM. A pointer to a host-defined callback procedure. May be NULL. A pointer to the Buffer suite if it is supported by the host, otherwise NULL. A pointer to the Pseudo-Resource suite if it is supported by the host, otherwise NULL. A pointer to the A pointer to the A pointer to the Handle callback suite if it is supported by the host, otherwise NULL. A pointer to the ColorServices callback if it is supported by the host, otherwise NULL. Suite of image processing callbacks. Property callback suite. The plug-in needs to dispose of the handle returned for complex properties. The plug-in also maintains ownership of handles for set properties. Suite for passing pixels through channel ports. Descriptor callback suite.
An error reporting string to return to Photoshop. If the plug-in returns with result=errReportString then this string is displayed as: "Cannot complete operation because " + Monitor setup information for the host. A pointer to platform specific data. Not used under Mac OS. See PlatformData in PITypes.h.
Reserved for future use. Set to zero. Picker parameters used to pass the original color in to the plug-in suite, and the returned color back to the host.
PICA basic suite. Provides the mechanism to access all PICA suites. Plug-in reference used by PICA.
Reserved for future use. Set to zero. The documentation for this struct was generated from the following file: |