home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ipxsed.exe / IPXSND.H < prev    next >
Text File  |  1995-08-25  |  249b  |  17 lines

  1. #define IDC_NETADDR    101
  2. #define IDC_STOP        104
  3. #define IDC_DISPLAY    102
  4. #define IDC_SEND        103
  5.  
  6.  
  7. #define WM_INITWINDOW    WM_USER + 1
  8.  
  9. typedef struct DISPLAYDATA
  10.     {
  11.     char    displayLineOne[31];
  12.     char    displayLineTwo[31];
  13.     } DISPLAYDATA;
  14.  
  15.  
  16.  
  17.