|
Adobe Photoshop SDK |
|
BufferProcs Struct Reference |
|||||||||||||||||||||||||||||||||||
Data Fields | |
| int16 | bufferProcsVersion |
| The version number for the Buffer Suite. | |
| int16 | numBufferProcs |
| The number of routines in this suite. | |
| AllocateBufferProc | allocateProc |
| Function pointer for the allocate routine. | |
| LockBufferProc | lockProc |
| Function pointer for the lock routine. | |
| UnlockBufferProc | unlockProc |
| Function pointer for the unlock routine. | |
| FreeBufferProc | freeProc |
| Function pointer for the free routine. | |
| BufferSpaceProc | spaceProc |
| Function pointer for the space routine. | |
The version number for the Buffer Suite.
The number of routines in this suite.
Function pointer for the allocate routine.
Function pointer for the lock routine.
Function pointer for the unlock routine.
Function pointer for the free routine.
Function pointer for the space routine.