|
Getting Started
SDK API Reference
SDK API Features
Other Documentation
|
|
|
PIGetPathSuite.h File ReferenceThis file contains all the public definitions and structures related to user interface elements. More...
#include "PIGeneral.h"
Go to the source code of this file.
|
Data Structures |
struct | PSGetPathSuite1 |
| The routines available in the Get Path Suite. More...
|
Defines |
#define | kPSGetPathSuite "Photoshop GetPath Suite for Plug-ins" |
| Unique identifier for the Get Path Suite.
|
#define | kPSGetPathSuiteVersion1 1 |
| Current version for the Get Path Suite.
|
Typedefs |
typedef SPAPI void(*) | GetPathNameProc (SPPlatformFileSpecification *fileSpec, char *path, int16 maxLength) |
| Gets the path name from the file specification.
|
Detailed Description
This file contains all the public definitions and structures related to user interface elements.
Use the GetPath suite to get the path from FSSpec
Distribution: PUBLIC
|
|