PIUXPSuite.h File Reference

This file contains the public definitions and structures used by plug-ins wishing to communicate with UXP based Plugins. More...

#include "PIActions.h"
#include "SPTypes.h"
#include "SPPlugs.h"

Go to the source code of this file.

Data Structures

struct  PsUXPSuite1
 The set of routines available in the UXP Suite. More...

Defines

#define kPSUXPSuite   "Photoshop UXP Suite for Plug-ins"
 Unique identifier for the UXP Suite.
#define kPSUXPSuiteVersion1   1
 UXP Suite version 1.

Typedefs

typedef void(* PIUXPMessageNotifier )(PIActionDescriptor descriptor)
typedef struct PsUXPSuite1 PsUXPSuite1
 The set of routines available in the UXP Suite.

Detailed Description

This file contains the public definitions and structures used by plug-ins wishing to communicate with UXP based Plugins.

Distribution: PUBLIC

This suite contains public API and declarations relating to interaction with UXP plugins.


Define Documentation

#define kPSUXPSuite   "Photoshop UXP Suite for Plug-ins"

Unique identifier for the UXP Suite.

#define kPSUXPSuiteVersion1   1

UXP Suite version 1.


Typedef Documentation

typedef void(* PIUXPMessageNotifier)(PIActionDescriptor descriptor)
typedef struct PsUXPSuite1 PsUXPSuite1

The set of routines available in the UXP Suite.