home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / l / l-coll1.zip / POINTERL.ZOO / PointerLib / src / Pointer.h < prev    next >
C/C++ Source or Header  |  1991-03-24  |  205b  |  15 lines

  1.  
  2.   /*******************************/
  3.  /* Pointer.library Header File */
  4. /*******************************/
  5.  
  6. struct Pointer
  7. {
  8.     USHORT*    Data;
  9.     long Height;
  10.     long Width;
  11.     long XOff;
  12.     long YOff;
  13.     long Size;
  14. };
  15.