PIPropertyList Struct Reference
[Plug-in Property List Resources]

The plug-in property list structure has a version number and a count followed by one or more property structures. More...

#include <PIGeneral.h>


Data Fields

int32 version
 Properties data structure version number.
int32 count
 Number of properties in this property list.
PIProperty properties [1]
 A variable length array of property data structures.

Detailed Description

The plug-in property list structure has a version number and a count followed by one or more property structures.

A PIPropertyList is accessed using the PICA Property Suite: SPPropertiesSuite, described in The Adobe PICA API.


Field Documentation

Properties data structure version number.

Number of properties in this property list.

A variable length array of property data structures.


The documentation for this struct was generated from the following file: