home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cl-lib07.zip / pm.zip / usr / include / pm / os2types.h < prev    next >
C/C++ Source or Header  |  1995-06-27  |  388b  |  24 lines

  1. #ifndef _OS2TYPES_H_
  2. #define _OS2TYPES_H_
  3.  
  4. #include <objc/os2.h>
  5. #include <objc/Object.h>
  6.  
  7. typedef struct {
  8.   MINIRECORDCORE  mrcCore;
  9.   id              object;
  10.   CHAR           *fieldData[0];
  11. } CONTAINER_MINIREC;
  12.  
  13. typedef struct {
  14.   RECORDCORE rcCore;
  15.   id         object;
  16. } CONTAINER_REC;
  17.  
  18. typedef struct {
  19.   USHORT cb;
  20.   id     object;
  21. } NEWCLASS_CDATA;
  22.  
  23. #endif
  24.