Subversion Repositories filter_foundry

Rev

Rev 171 | Rev 192 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 171 Rev 178
Line 15... Line 15...
15
    You should have received a copy of the GNU General Public License
15
    You should have received a copy of the GNU General Public License
16
    along with this program; if not, write to the Free Software
16
    along with this program; if not, write to the Free Software
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
*/
18
*/
19
 
19
 
-
 
20
// The PiPL_body contains the properties which are added to PIPL and RCDATA.
-
 
21
// PIPL will additionally receive name, catg and hstm
-
 
22
// Attention: This file may only contain 5 properties. If this number changes, please also change PiPL.rc
-
 
23
 
20
VENDORID, LC(k,i,n,d), NULLID, 4L, LC(8,B,F,M),	/* Filter module */
24
VENDORID, LC(k,i,n,d), NULLID, 4L, LC(8,B,F,M),	/* Filter module */
21
VENDORID, LC(v,e,r,s), NULLID, 4L, latestFilterSubVersion,latestFilterVersion, /* Version Number */
25
VENDORID, LC(v,e,r,s), NULLID, 4L, latestFilterSubVersion,latestFilterVersion, /* Version Number */
22
 
26
 
23
#ifdef _WIN64
27
#ifdef _WIN64
24
    VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
28
    VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
Line 37... Line 41...
37
	   doNotCopySourceToDestination */
41
	   doNotCopySourceToDestination */
38
VENDORID, LC(f,i,c,i), NULLID, 28L,
42
VENDORID, LC(f,i,c,i), NULLID, 28L,
39
	"\001\001\003\000","\001\001\003\000","\001\001\003\000","\001\001\003\000",
43
	"\001\001\003\000","\001\001\003\000","\001\001\003\000","\001\001\003\000",
40
	"\001\001\003\000","\001\001\003\000","\001\001\003\000",
44
	"\001\001\003\000","\001\001\003\000","\001\001\003\000",
41
 
45
 
42
/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName }, */
-
 
43
VENDORID, LC(h,s,t,m), NULLID, 44L, /* = 3*4 + 2 + sizeof(c string) + padding */
-
 
44
	0L,								/* version */
-
 
45
	LC(f,i,F,o),					/* Class ID, always required.  Can be Suite ID. */
-
 
46
	LC(f,i,F,o),					/* Event ID, or typeNULL if not Filter/Color Picker/Selection. */
-
 
47
	AETE_ID,						/* Dictionary ('AETE') resource ID. (only 2 bytes long!) */
-
 
48
	"Telegraphics FilterFoundry\0\0\0\0" /* Unique scope string, C format, long padded.
-
 
49
											Always required in Photoshop 5.0 and later. */
-