|
Adobe Photoshop SDK |
|
ResourceProcs Struct Reference |
|||||||||||||||||||||||||||||||
Data Fields | |
| int16 | resourceProcsVersion |
| The current version of the resource suite. | |
| int16 | numResourceProcs |
| The number of routines in the resource suite. | |
| CountPIResourcesProc | countProc |
| Function pointer to count the number of resources of a given type. | |
| GetPIResourceProc | getProc |
| Function pointer to get an indicated resource. | |
| DeletePIResourceProc | deleteProc |
| Function pointer to delete a resource. | |
| AddPIResourceProc | addProc |
| Function pointer to add a resource of a given type. | |
The current version of the resource suite.
The number of routines in the resource suite.
Function pointer to count the number of resources of a given type.
Function pointer to get an indicated resource.
Function pointer to delete a resource.
Function pointer to add a resource of a given type.