Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. vwipx.h
  5. Abstract:
  6. Contains function prototypes for VWIPX.C
  7. Author:
  8. Richard L Firth (rfirth) 25-Oct-1993
  9. Revision History:
  10. 25-Oct-1993 rfirth
  11. Created
  12. --*/
  13. VOID
  14. VwIPXCancelEvent(
  15. VOID
  16. );
  17. VOID
  18. VwIPXCloseSocket(
  19. VOID
  20. );
  21. VOID
  22. VwIPXDisconnectFromTarget(
  23. VOID
  24. );
  25. VOID
  26. VwIPXGenerateChecksum(
  27. VOID
  28. );
  29. VOID
  30. VwIPXGetInformation(
  31. VOID
  32. );
  33. VOID
  34. VwIPXGetInternetworkAddress(
  35. VOID
  36. );
  37. VOID
  38. VwIPXGetIntervalMarker(
  39. VOID
  40. );
  41. VOID
  42. VwIPXGetLocalTarget(
  43. VOID
  44. );
  45. VOID
  46. VwIPXGetLocalTargetAsync(
  47. VOID
  48. );
  49. VOID
  50. VwIPXGetMaxPacketSize(
  51. VOID
  52. );
  53. VOID
  54. VwIPXInitialize(
  55. VOID
  56. );
  57. VOID
  58. VwIPXListenForPacket(
  59. VOID
  60. );
  61. VOID
  62. VwIPXOpenSocket(
  63. VOID
  64. );
  65. VOID
  66. VwIPXRelinquishControl(
  67. VOID
  68. );
  69. VOID
  70. VwIPXScheduleAESEvent(
  71. VOID
  72. );
  73. VOID
  74. VwIPXScheduleIPXEvent(
  75. VOID
  76. );
  77. VOID
  78. VwIPXSendPacket(
  79. VOID
  80. );
  81. VOID
  82. VwIPXSendWithChecksum(
  83. VOID
  84. );
  85. VOID
  86. VwIPXSPXDeinit(
  87. VOID
  88. );
  89. VOID
  90. VwIPXVerifyChecksum(
  91. VOID
  92. );