home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / WPS / BROWSE / BROWCLS.IDL next >
Text File  |  1995-08-24  |  630b  |  24 lines

  1. // ------------------------------------------------------------------
  2. // File:  browcls.idl
  3. //
  4. // This file contains the IDL type definitions for the foreign types
  5. // defined in the Browse IDL files.
  6. //
  7. // ------------------------------------------------------------------
  8.  
  9. // interface Browse_O_Matic : WPDataFile
  10.  
  11. typedef short         *PSHORT;
  12. typedef short          APIRET;
  13. typedef unsigned int     UINT;
  14.  
  15. struct   S_LINERECORD
  16. {
  17.    PSZ   pszLine;       /* Pointer to beginning of each line of text */
  18.    UINT  unLength;      /* The length of each line of text */
  19.  
  20. };
  21.  
  22. typedef S_LINERECORD LINERECORD;
  23.  
  24.