PIFeatureSuite.h File Reference

Photoshop Feature Suite for Plug-ins. More...

#include "PIGeneral.h"
#include "PIActions.h"
#include "SPFiles.h"

Go to the source code of this file.


Data Structures

struct  PSFeatureSuite1

Defines

#define kPSFeatureSuite   "Photoshop Feature Suite for Plug-ins"
 Unique identifier for the Feature Suite.
#define kPSExtendedEdition   "photoshop/extended"
#define kPSStandardEdition   "photoshop/standard"
#define kPSTrialEdition   "photoshop/trial"
#define kPSFeatureSuiteVersion1   1

Typedefs

typedef SPAPI SPBoolean(*) Feature_IsActive (char *id)
 Determines if the feature is enabled given the string.

Detailed Description

Photoshop Feature Suite for Plug-ins.

Copyright 1993-2007 Adobe Systems Incorporated. All Rights Reserved.

Distribution: PUBLIC


Define Documentation

#define kPSFeatureSuite   "Photoshop Feature Suite for Plug-ins"

Unique identifier for the Feature Suite.

#define kPSExtendedEdition   "photoshop/extended"

#define kPSStandardEdition   "photoshop/standard"

#define kPSTrialEdition   "photoshop/trial"

#define kPSFeatureSuiteVersion1   1


Typedef Documentation

typedef SPAPI SPBoolean(*) Feature_IsActive(char *id)

Determines if the feature is enabled given the string.

Parameters:
id string to use for feature check
Returns:
true if the feature is enabled