![]() |
Adobe Photoshop SDK |
|
PICFMCodeDesc Struct ReferenceStructure for 'pwpc' PIPowerPCCodeProperty, and 'ppcb' PIPowerPCCarbonCodeProperty. More...
Detailed DescriptionStructure for 'pwpc' PIPowerPCCodeProperty, and 'ppcb' PIPowerPCCarbonCodeProperty.
Field DocumentationData fork offset to the code fragment start. This allows more than one code fragment based plug-in per file. Length of the code fragment. If the fragment extends to the end of the file or is the only fragment, the container length may be 0.
Name of entry point. Pascal string used to lookup the address of the function to call within the fragment. For example, "main", "ENTRYPOINT", "", etc. In order for the Code Fragment Manager to find an entry point by name, that name must be an exported symbol of the code fragment. If NULL, the default entry point is used. fEntryName allows a single code fragment to contain more than one plug-in.
The documentation for this struct was generated from the following file: |