|
Data Structures |
| struct | PSErrorSuite1 |
| | The set of routines available in the Error Suite. More...
|
Defines |
| #define | kPSErrorSuite "Photoshop Error Suite for Plug-ins" |
| | Unique identifier for the Error Suite.
|
| #define | kPSErrorSuiteVersion1 1 |
| | Current version of the Error Suite.
|
Typedefs |
| typedef SPAPI SPErr(*) | SetErrorFromPStringProc (const Str255 errorString) |
| | Hands the host a Pascal string containing the error string to display to the user.
|
| typedef SPAPI SPErr(*) | SetErrorFromCStringProc (const char *errorString) |
| | Hands the host a C string containing the error string to display to the user.
|
| typedef SPAPI SPErr(*) | SetErrorFromZStringProc (const ASZString zString) |
| | Hands the host a ZString containing the error string to display to the user.
|