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.

117 lines
3.8 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for rderror.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef __rderror_h__
  23. #define __rderror_h__
  24. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  25. #pragma once
  26. #endif
  27. /* Forward Declarations */
  28. #ifdef __cplusplus
  29. extern "C"{
  30. #endif
  31. void * __RPC_USER MIDL_user_allocate(size_t);
  32. void __RPC_USER MIDL_user_free( void * );
  33. /* interface __MIDL_itf_rderror_0000 */
  34. /* [local] */
  35. #define SAFERROR_NOERROR 0
  36. #define SAFERROR_NOINFO 1
  37. #define SAFERROR_LOCALNOTERROR 3
  38. #define SAFERROR_REMOTEBYUSER 4
  39. #define SAFERROR_BYSERVER 5
  40. #define SAFERROR_DNSLOOKUPFAILED 6
  41. #define SAFERROR_OUTOFMEMORY 7
  42. #define SAFERROR_CONNECTIONTIMEDOUT 8
  43. #define SAFERROR_SOCKETCONNECTFAILED 9
  44. #define SAFERROR_HOSTNOTFOUND 11
  45. #define SAFERROR_WINSOCKSENDFAILED 12
  46. #define SAFERROR_INVALIDIPADDR 14
  47. #define SAFERROR_SOCKETRECVFAILED 15
  48. #define SAFERROR_INVALIDENCRYPTION 18
  49. #define SAFERROR_GETHOSTBYNAMEFAILED 20
  50. #define SAFERROR_LICENSINGFAILED 21
  51. #define SAFERROR_ENCRYPTIONERROR 22
  52. #define SAFERROR_DECRYPTIONERROR 23
  53. #define SAFERROR_INVALIDPARAMETERSTRING 24
  54. #define SAFERROR_HELPSESSIONNOTFOUND 25
  55. #define SAFERROR_INVALIDPASSWORD 26
  56. #define SAFERROR_HELPSESSIONEXPIRED 27
  57. #define SAFERROR_CANTOPENRESOLVER 28
  58. #define SAFERROR_UNKNOWNSESSMGRERROR 29
  59. #define SAFERROR_CANTFORMLINKTOUSERSESSION 30
  60. #define SAFERROR_RCPROTOCOLERROR 32
  61. #define SAFERROR_RCUNKNOWNERROR 33
  62. #define SAFERROR_INTERNALERROR 34
  63. #define SAFERROR_HELPEERESPONSEPENDING 35
  64. #define SAFERROR_HELPEESAIDYES 36
  65. #define SAFERROR_HELPEEALREADYBEINGHELPED 37
  66. #define SAFERROR_HELPEECONSIDERINGHELP 38
  67. #define SAFERROR_HELPEENOTFOUND 39
  68. #define SAFERROR_HELPEENEVERRESPONDED 40
  69. #define SAFERROR_HELPEESAIDNO 41
  70. #define SAFERROR_HELPSESSIONACCESSDENIED 42
  71. #define SAFERROR_USERNOTFOUND 43
  72. #define SAFERROR_SESSMGRERRORNOTINIT 44
  73. #define SAFERROR_SELFHELPNOTSUPPORTED 45
  74. #define SAFERROR_INCOMPATIBLEVERSION 47
  75. #define SAFERROR_SESSIONNOTCONNECTED 48
  76. #define SAFERROR_SYSTEMSHUTDOWN 50
  77. #define SAFERROR_STOPLISTENBYUSER 51
  78. #define SAFERROR_WINSOCK_FAILED 52
  79. #define SAFERROR_MISMATCHPARMS 53
  80. #define SAFERROR_SHADOWEND_BASE 300
  81. #define SAFERROR_SHADOWEND_CONFIGCHANGE SAFERROR_SHADOWEND_BASE+1
  82. #define SAFERROR_SHADOWEND_UNKNOWN SAFERROR_SHADOWEND_BASE+2
  83. extern RPC_IF_HANDLE __MIDL_itf_rderror_0000_v0_0_c_ifspec;
  84. extern RPC_IF_HANDLE __MIDL_itf_rderror_0000_v0_0_s_ifspec;
  85. /* Additional Prototypes for ALL interfaces */
  86. /* end of Additional Prototypes */
  87. #ifdef __cplusplus
  88. }
  89. #endif
  90. #endif