home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 1999 January / STC_CD_01_1999.iso / heft1198 / ins_list.txt
Text File  |  2000-01-08  |  823b  |  26 lines

  1. Insider-Artikel Heft 11/98:
  2.  
  3.  
  4. Listing 1 aus der Infobox 1:
  5. ============================
  6.  
  7.     typedef struct
  8.     {
  9.         long   magic;
  10.         long   size;
  11.         int    cdecl (*GetExportCount)  (void);
  12.         long   resvd0;
  13.         int    cdecl (*GetExportFilter) (int eid);
  14.         char   cdecl (*ExportChar)      (int enr, char echr);
  15.         int    cdecl (*GetImportCount)  (void);
  16.         long   resvd1;
  17.         int    cdecl (*GetImportFilter) (int iid);
  18.         char   cdecl (*ImportChar)      (int inr, char ichr);
  19.         void   cdecl (*ExportString)    (int enr, long elen, char *echrs);
  20.         void   cdecl (*ImportString)    (int inr, long ilen, char *ichrs);
  21.         char * cdecl (*GetExportName)      (int enr);
  22.         char * cdecl (*GetImportName)      (int inr);
  23.         char * cdecl (*GetExportShortName) (int enr);
  24.         char * cdecl (*GetImportShortName) (int inr);
  25.     } KEYT;
  26.