PIAbout.h File Reference

This file describes 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 struct AboutRecord AboutRecord
 Record passed to plug-in modules for the about selectors.
typedef struct AboutRecordAboutRecordPtr

Detailed Description

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

Distribution: PUBLIC


Define Documentation

#define plugInSelectorAbout   0

Typedef Documentation

typedef struct AboutRecord AboutRecord

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.

typedef struct AboutRecord * AboutRecordPtr