![]() |
Adobe Photoshop SDK |
|
PIActionsPlugin.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 //------------------------------------------------------------------- 00025 #ifndef __PIActionsPlugIn__ 00026 #define __PIActionsPlugIn__ 00027 00028 #if PRAGMA_ONCE 00029 #pragma once 00030 #endif 00031 00032 #include "PIActions.h" 00033 #include "PIGeneral.h" 00034 #include "SPBasic.h" 00035 #include "SPMData.h" 00036 00037 /********************************************************************************/ 00038 00078 typedef struct PSActionsPlugInMessage 00079 { 00080 SPMessageData d; 00084 PIActionParameters *actionParameters; 00085 } PSActionsPlugInMessage; 00086 00087 #endif // __PIActionsPlugIn_h__ 00088 |