windows-nt/Source/XPSP1/NT/termsrv/remdsk/rds/t120/mst120/tprtntfy.h

15 lines
453 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _TPRT_NOTIFY_
#define _TPRT_NOTIFY_
#define TPRT_NOTIFY_NONE 0
#define TPRT_NOTIFY_OTHER_REASON 1
#define TPRT_NOTIFY_REMOTE_NO_SECURITY 2
#define TPRT_NOTIFY_REMOTE_DOWNLEVEL_SECURITY 3
#define TPRT_NOTIFY_INCOMPATIBLE_T120_TPDU 4
#define TPRT_NOTIFY_REMOTE_REQUIRE_SECURITY 5
#define TPRT_NOTIFY_AUTHENTICATION_FAILED 6
#endif // _TPRT_NOTIFY_