PISelection.h File Reference

This file describes Photoshop's Selection plug-in module interface interface. More...

#include "PIActions.h"
#include "PIGeneral.h"
#include "SPBasic.h"

Go to the source code of this file.

Data Structures

struct  PISelectionParams
 This structure is passed to the plug-in module through the parameter block. More...

Defines

#define piSelMakeMask   0
 Selection treatment.
#define piSelMakeWorkPath   1
 Path treatment.
#define piSelMakeLayer   2
 Layer or floating selection treatment.
Selection Module Selectors
#define selectionSelectorAbout   0
 Allows the plug-in to display an about dialog box.
#define selectionSelectorExecute   1
 Allows the plug-in to execute the selection handler.
Selection Error Return Values
#define selectionBadParameters   -30700
 A problem with the selection module interface.
#define selectionBadMode   -30701
 The selection module does not support <mode> images.

Typedefs

typedef struct PISelectionParams PISelectionParams
 This structure is passed to the plug-in module through the parameter block.
typedef struct PISelectionParamsSelectionRecordPtr

Detailed Description

This file describes Photoshop's Selection plug-in module interface interface.

Distribution: PUBLIC