WDSTRANSPORT_UDP_PORT_POLICY enumeration (wdstptmgmt.h)
Specifies which policy WDS transport services should use when allocating UDP ports.
Syntax
typedef enum __MIDL___MIDL_itf_wdstptmgmt_0000_0000_0011 {
WdsTptUdpPortPolicyDynamic = 0,
WdsTptUdpPortPolicyFixed = 1
} WDSTRANSPORT_UDP_PORT_POLICY, *PWDSTRANSPORT_UDP_PORT_POLICY;
Constants
WdsTptUdpPortPolicyDynamic Value: 0 Use Windows Sockets (Winsock) to get a dynamic UDP port. |
WdsTptUdpPortPolicyFixed Value: 1 Assign a fixed UDP port from a specified range of UDP ports. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | wdstptmgmt.h |