![]() |
Adobe Photoshop SDK |
|
PIAbout.h
Go to the documentation of this file.
00001 // ADOBE SYSTEMS INCORPORATED 00002 // Copyright 1993 - 2005 Adobe Systems Incorporated 00003 // All Rights Reserved 00004 // 00005 // NOTICE: Adobe permits you to use, modify, and distribute this 00006 // file in accordance with the terms of the Adobe license agreement 00007 // accompanying it. If you have received this file from a source 00008 // other than Adobe, then your use, modification, or distribution 00009 // of it requires the prior written permission of Adobe. 00010 //------------------------------------------------------------------- 00022 #ifndef __PIAbout__ 00023 #define __PIAbout__ 00024 00025 #if PRAGMA_ONCE 00026 #pragma once 00027 #endif 00028 00029 #include "SPBasic.h" 00030 #include "SPMData.h" 00031 00032 /******************************************************************************/ 00033 #define plugInSelectorAbout 0 00034 00043 typedef struct AboutRecord 00044 { 00045 00046 void * platformData; 00048 SPBasicSuite *sSPBasic; 00049 void *plugInRef; 00050 char reserved [244]; 00052 } 00053 AboutRecord, *AboutRecordPtr; 00054 00055 /******************************************************************************/ 00056 00057 #endif // __PIAbout_h__ |