| |
Getting Started
SDK API Reference
SDK API Features
Other Documentation
|
|
|
PIHandleSuite.h File Reference
Detailed Description
Photoshop Handle Suite for Plug-ins.
Distribution: PUBLIC
#include "PIGeneral.h"
Go to the source code of this file.
|
Data Structures |
| struct | PSHandleSuite1 |
| | The set of routines available in Pica Handle Suite Version 1. More...
|
| struct | PSHandleSuite2 |
| | The set of routines available in Pica Handle Suite Version 2. More...
|
Defines |
| #define | kPSHandleSuite "Photoshop Handle Suite for Plug-ins" |
| | Unique identifier for the Handle Suite.
|
| #define | kPSHandleSuiteVersion1 1 |
| | Handle suite, version 1.
|
| #define | kPSHandleSuiteVersion2 2 |
| | Handle suite, version 2.
|
Typedefs |
| typedef MACPASCAL void(*) | SetPIHandleLockProc (Handle h, Boolean lock, Ptr *address, Boolean *oldLock) |
| | Locks or unlocks the handle, depending on the value of the lock flag.
|
|
|