WDSTRANSPORT_DISCONNECT_TYPE enumeration (wdstptmgmt.h)

Indicates what action a WDS client should take when it is disconnected from the session.

Syntax

typedef enum __MIDL___MIDL_itf_wdstptmgmt_0000_0000_0004 {
  WdsTptDisconnectUnknown = 0,
  WdsTptDisconnectFallback = 1,
  WdsTptDisconnectAbort = 2
} WDSTRANSPORT_DISCONNECT_TYPE, *PWDSTRANSPORT_DISCONNECT_TYPE;

Constants

 
WdsTptDisconnectUnknown
Value: 0
Default value that indicates that the disconnection type is not known.
WdsTptDisconnectFallback
Value: 1
Indicates that the client should leave the session and fallback to an alternate mechanism for retrieving data. For example, a client disconnected from a multicast session can try using unicast instead.
WdsTptDisconnectAbort
Value: 2
Indicates that the client should leave the session and abort all attempts to retrieve the data from this server.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Header wdstptmgmt.h