home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / CustDoc / plotter / sysdata.odl < prev   
Encoding:
Text File  |  1998-03-05  |  347 b   |  17 lines

  1. //  Copyright (c) 1998  Microsoft Corporation.  All rights reserved.
  2.  
  3. [ uuid(EFFA21E4-6928-11d0-BFFC-00AA003CFDFC), version(1.0),
  4.   helpstring("Sample Custom Marshaling (Java->COM") ]
  5. library JavaLib
  6. {
  7.  
  8.     importlib("stdole32.tlb");
  9.  
  10.  
  11.     typedef struct POINT {
  12.         long           x;
  13.         long           y;
  14.     } POINT;
  15.  
  16. }
  17.