PIAbout.h File Reference

This file describes version 4.0 of Photoshop's plug-in module interface for the about box selector. More...

#include "SPBasic.h"
#include "SPMData.h"

Go to the source code of this file.


Data Structures

struct  AboutRecord
 Record passed to plug-in modules for the about selectors. More...

Defines

#define plugInSelectorAbout   0

Typedefs

typedef AboutRecordAboutRecordPtr
 Record passed to plug-in modules for the about selectors.

Detailed Description

This file describes version 4.0 of Photoshop's plug-in module interface for the about box selector.

Distribution: PUBLIC


Define Documentation

#define plugInSelectorAbout   0


Typedef Documentation

typedef struct AboutRecord * AboutRecordPtr

Record passed to plug-in modules for the about selectors.

When the host sends the about selector to a plug-in module, the usual plug-in parameter block is not filled out, none of the callbacks or standard data are available. Instead the parameter block points to this data structure.

See About Boxes for more information.