IWdsTransportServer2 interface (wdstptmgmt.h)

This interface inherits from the IWdsTransportServer interface and extends it. It is available beginning with Windows Server 2012.

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

Inheritance

The IWdsTransportServer2 interface inherits from the IWdsTransportServer interface.

Methods

The IWdsTransportServer2 interface has these methods.

 
IWdsTransportServer2::get_TftpManager

Receives a pointer to the object of the IWdsTransportTftpManager interface used to manage the WDS TFTP server.

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

IWdsTransportServer