home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 39
/
IOPROG_39.ISO
/
SOFT
/
sdkjava40.exe
/
data1.cab
/
fg_Samples
/
Samples
/
COM
/
CustomMarshal
/
plotter
/
sysdata.idl
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-05-04
|
353 b
|
17 lines
// (C) Copyright 1995 - 1999 Microsoft Corporation. All rights reserved.
[ uuid(EFFA21E4-6928-11d0-BFFC-00AA003CFDFC), version(1.0),
helpstring("Sample Custom Marshaling (Java->COM") ]
library JavaLib
{
importlib("stdole32.tlb");
typedef struct POINT {
long x;
long y;
} POINT;
}