home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_11 / 8n11046b < prev    next >
Text File  |  1990-09-19  |  634b  |  27 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.              struct _DDEINIT
  7.              {
  8.                  USHORT            cb;
  9.                  PSZ               pszApplName;
  10.                  PSZ               pszTopic;
  11.              };
  12.              typedef struct _DDEINIT            DDEINIT;
  13.  
  14.  
  15.  
  16.              struct _DDESTRUCT
  17.              {
  18.                  ULONG             cbData;
  19.                  USHORT            usStatus;
  20.                  USHORT            usFormat;
  21.                  USHORT            offszItemName;
  22.                  USHORT            offabData;
  23.              };
  24.              typedef struct _DDESTRUCT         DDESTRUCT;
  25.  
  26.  
  27.