home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / COM / CustomMarshal / rect / RectMarshaler.def < prev    next >
Encoding:
Text File  |  2000-05-04  |  242 b   |  14 lines

  1. DESCRIPTION 'Test DLL'
  2.  
  3. EXPORTS
  4.         DllMain
  5.         RNIGetCompatibleVersion
  6.         
  7.         RectMarshaler_toJava
  8.         RectMarshaler_copyToExternal
  9.  
  10.         RectMarshaler_toExternal
  11.         RectMarshaler_releaseExternal
  12.  
  13.  
  14.