home *** CD-ROM | disk | FTP | other *** search
/ CICA 1994 September / CICA_Shareware_for_Windows_Walnut_Creek_September_1994.iso / win3 / winsock / gcp_24.exe / GCP.GL_ / GCP.GL
Text File  |  1994-03-21  |  3KB  |  52 lines

  1. ''''''''''''''''''''''''''''
  2. ' Visual Basic global constant file for GCP++. This file can be loaded
  3. ' into a code module.
  4. '
  5. ''''''''''''''''''''''''''''
  6. '
  7. '  GENISYS Comm, Inc.
  8. '  4 Apr 93 for rel 2.1
  9. '
  10. '
  11. ' ErrorCode included in GCP++ Custom Control Events
  12.  
  13. Global Const GCP_OK = 0        ' OK return 
  14. Global Const GCP_UNKNOWN = 600    ' An error of unknown origin has occurred */
  15. Global Const GCP_PARAM1 = 601        ' parameter 1 is invalid */
  16. Global Const GCP_PARAM2 = 602        ' parameter 2 is invalid */
  17. Global Const GCP_PARAM3 = 603        ' parameter 3 is invalid */
  18. Global Const GCP_PARAM4 = 604        ' parameter 4 is invalid */
  19. Global Const GCP_PARAM5 = 605        ' parameter 5 is invalid */
  20. Global Const GCP_PARAM6 = 606        ' parameter 6 is invalid */
  21. Global Const GCP_PARAM7 = 607        ' parameter 7 is invalid */
  22. Global Const GCP_NOGCPMEM = 608        ' GCP Server cannot be started due to insufficient memory */
  23. Global Const GCP_RDOS = 609        ' There was a DOS error on the remote workstation */
  24. Global Const GCP_DOS = 610        ' There was a DOS error on the local workstation */
  25. Global Const GCP_RNOENT = 611        ' remote file not found */
  26. Global Const GCP_NOENT = 612        ' local file not found */
  27. Global Const GCP_NOMEM = 613        ' Insufficient resources - object not created */
  28. Global Const GCP_NETWORK = 614    ' Unspecified network error */
  29. Global Const GCP_ALREADYOPEN = 615    ' Server was previously opened on specified socket */
  30. Global Const GCP_BADSESSION = 616    ' Server handle invalid or could not create server */
  31. Global Const GCP_BADSESSIONTYPE = 617    ' Session type not supported */
  32. Global Const GCP_EBADCALLBACK = 618    ' Callback window specified does not exist */
  33. Global Const GCP_EOF = 619        ' end of file reached */
  34. Global Const GCP_BADMSG = 620        ' Msg Request Not Supported by Function/Server */
  35. Global Const GCP_RCLOSE = 621        ' Remote party has closed connection or hung up phone */
  36. Global Const GCP_ENOGCP = 622        ' GCP++ server is not running and cannot be found */
  37. Global Const GCP_EBADNAME = 623        ' host name given is unknown */
  38. Global Const GCP_BADVERSION = 624,    ' GCP Server and GCP.DLL versions do not match */
  39. Global Const GCP_NOLICENSE = 625,    ' DLL interface is not licensed for distribution */
  40. Global Const GCP_BUSY = 626,        ' GCP Server cannot get processor to clear messages */
  41. Global Const GCP_CONNREFUSED = 627,    ' host reached, but connection refused */
  42.  
  43. Global Const NETASCII = 0    ' 8-bit ascii file for TFTP transfers
  44. Global Const OCTET = 1        ' binary file for TFTP transfers
  45.  
  46. Global Const GO_AHEAD_CMD = 249    ' TELNET Command for go ahead
  47. Global Const WILL_CMD = 251    ' TELNET Command for option negotiation
  48. Global Const WONT_CMD = 252    ' TELNET Command for option negotiation
  49. Global Const DO_CMD = 253    ' TELNET Command for option negotiation
  50. Global Const DONT_CMD = 254    ' TELNET Command for option negotiation
  51. Global Const SB_CMD = 250    ' TELNET Command for suboption negotiation
  52.