PIFeatureSuite.h File Reference

This file describes Photoshop's 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 )(const char *id)
 Determines if the feature is enabled given the string.

Detailed Description

This file describes Photoshop's 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)(const char *id)

Determines if the feature is enabled given the string.

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