home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / INCLUDE / WNET.CH < prev   
Text File  |  1994-10-08  |  641b  |  30 lines

  1. ////////////////////////////
  2. //
  3. //    Clip-4-Win WNet*() (Windows networking) definitions
  4. //
  5. //    Copyright (C) 1994 Skelton Software, Kendal Cottage, Hillam, Leeds, UK.
  6. //    All Rights Reserved.
  7. //
  8. ////////////////////////////
  9.  
  10. #ifndef    C4W_WNET_CH
  11. #define    C4W_WNET_CH
  12.  
  13. #define    WN_SUCCESS        0
  14. #define    WN_NOT_SUPPORTED    1
  15. #define    WN_NET_ERROR        2
  16. #define    WN_OPEN_FILES        49
  17.  
  18. #define    WNBD_CONN_DISKTREE    1
  19. #define    WNBD_CONN_PRINTQ    3
  20.  
  21. #define    WNTYPE_DRIVE        1
  22. #define    WNTYPE_FILE        2
  23. #define    WNTYPE_PRINTER        3
  24. #define    WNTYPE_COMM        4
  25.  
  26. // handle Clipper 10-char limit:
  27. #define WNetGetErrorText    WNetErrorText
  28.  
  29. #endif    // C4W_WNET_CH
  30.