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.

80 lines
3.2 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. npwnet.h
  7. define the mapping between WNetXXX and NPXXX
  8. FILE HISTORY:
  9. terryk 11-Nov-91 Created
  10. terryk 10-Dec-91 Added WNetAddConnection2
  11. terryk 03-Jan-92 Remove GetError and GetErrorText
  12. */
  13. #undef WNetOpenJob
  14. #undef WNetCloseJob
  15. #undef WNetAbortJob
  16. #undef WNetHoldJob
  17. #undef WNetReleaseJob
  18. #undef WNetCancelJob
  19. #undef WNetSetjobCopies
  20. #undef WNetWatchQueue
  21. #undef WNetUnwatchQueue
  22. #undef WNetLockQueueData
  23. #undef WNetUnlockQueueData
  24. #undef WNetGetConnection
  25. #undef WNetGetCaps
  26. #undef WNetDeviceMode
  27. #undef WNetBrowseDialog
  28. #undef WNetGetUser
  29. #undef WNetAddConnection2
  30. #undef WNetAddConnection
  31. #undef WNetCancelConnection
  32. #undef WNetRestoreConnection
  33. #undef WNetConnectDialog
  34. #undef WNetDisconnectDialog
  35. #undef WNetConnectionDialog
  36. #undef WNetPropertyDialog
  37. #undef WNetGetDirectoryType
  38. #undef WNetDirectoryNotify
  39. #undef WNetGetPropertyText
  40. #undef WNetOpenEnum
  41. #undef WNetEnumResource
  42. #undef WNetCloseEnum
  43. #undef WNetGetHackText
  44. #define WNetOpenJob NPOpenJob
  45. #define WNetCloseJob NPCloseJob
  46. #define WNetAbortJob NPAbortJob
  47. #define WNetHoldJob NPHoldJob
  48. #define WNetReleaseJob NPReleaseJob
  49. #define WNetCancelJob NPCancelJob
  50. #define WNetSetjobCopies NPSetjobCopies
  51. #define WNetWatchQueue NPWatchQueue
  52. #define WNetUnwatchQueue NPUnwatchQueue
  53. #define WNetLockQueueData NPLockQueueData
  54. #define WNetUnlockQueueData NPUnlockQueueData
  55. #define WNetGetConnection NPGetConnection
  56. #define WNetGetCaps NPGetCaps
  57. #define WNetDeviceMode NPDeviceMode
  58. #define WNetBrowseDialog NPBrowseDialog
  59. #define WNetGetUser NPGetUser
  60. #define WNetAddConnection2 NPAddConnection2
  61. #define WNetAddConnection NPAddConnection
  62. #define WNetCancelConnection NPCancelConnection
  63. #define WNetRestoreConnection NPRestoreConnection
  64. #define WNetConnectDialog NPConnectDialog
  65. #define WNetDisconnectDialog NPDisconnectDialog
  66. #define WNetConnectionDialog NPConnectionDialog
  67. #define WNetPropertyDialog NPPropertyDialog
  68. #define WNetGetDirectoryType NPGetDirectoryType
  69. #define WNetDirectoryNotify NPDirectoryNotify
  70. #define WNetGetPropertyText NPGetPropertyText
  71. #define WNetOpenEnum NPOpenEnum
  72. #define WNetEnumResource NPEnumResource
  73. #define WNetCloseEnum NPCloseEnum
  74. #define WNetGetHackText NPGetHackText
  75.