IWdsTransportServicePolicy2 interface (wdstptmgmt.h)

This interface inherits from the IWdsTransportServicePolicy interface and extends it beginning with Windows Server 2012.

A client application can obtain an interface pointer to an instance of the IWdsTransportServicePolicy2 interface by first getting an interface pointer to the IWdsTransportServicePolicy interface and then using the IUnknown::QueryInterface Method.

Inheritance

The IWdsTransportServicePolicy2 interface inherits from the IWdsTransportServicePolicy interface.

Methods

The IWdsTransportServicePolicy2 interface has these methods.

 
IWdsTransportServicePolicy2::get_EnableTftpVariableWindowExtension

Receives a WDSTRANSPORT_TFTP_CAPABILITY value that specifies whether variable-window extension is enabled on the TFTP server. The value enables a WDS client computer to configure the WDS TFTP server to use variable-window extensions. (Get)
IWdsTransportServicePolicy2::get_TftpMaximumBlockSize

Receives a value for the maximum block size used by the TFTP server. The value enables a WDS client computer to configure the maximum block size. (Get)
IWdsTransportServicePolicy2::get_UdpPortPolicy

Recieves the WDSTRANSPORT_UDP_PORT_POLICY value that specifies the UDP port allocation policy to be used by WDS transport services. The value enables a WDS client computer to configure the UDP port allocation policy. (Get)
IWdsTransportServicePolicy2::put_EnableTftpVariableWindowExtension

Receives a WDSTRANSPORT_TFTP_CAPABILITY value that specifies whether variable-window extension is enabled on the TFTP server. The value enables a WDS client computer to configure the WDS TFTP server to use variable-window extensions. (Put)
IWdsTransportServicePolicy2::put_TftpMaximumBlockSize

Receives a value for the maximum block size used by the TFTP server. The value enables a WDS client computer to configure the maximum block size. (Put)
IWdsTransportServicePolicy2::put_UdpPortPolicy

Recieves the WDSTRANSPORT_UDP_PORT_POLICY value that specifies the UDP port allocation policy to be used by WDS transport services. The value enables a WDS client computer to configure the UDP port allocation policy. (Put)

Requirements

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

See also

IWdsTransportServicePolicy

WDSTRANSPORT_TFTP_CAPABILITY