Source code of Windows XP (NT5)
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.

14 lines
453 B

  1. #ifndef _TPRT_NOTIFY_
  2. #define _TPRT_NOTIFY_
  3. #define TPRT_NOTIFY_NONE 0
  4. #define TPRT_NOTIFY_OTHER_REASON 1
  5. #define TPRT_NOTIFY_REMOTE_NO_SECURITY 2
  6. #define TPRT_NOTIFY_REMOTE_DOWNLEVEL_SECURITY 3
  7. #define TPRT_NOTIFY_INCOMPATIBLE_T120_TPDU 4
  8. #define TPRT_NOTIFY_REMOTE_REQUIRE_SECURITY 5
  9. #define TPRT_NOTIFY_AUTHENTICATION_FAILED 6
  10. #endif // _TPRT_NOTIFY_