IWdsTransportConfigurationManager interface (wdstptmgmt.h)
Manages the configuration of a WDS transport server.
Inheritance
The IWdsTransportConfigurationManager interface inherits from the IDispatch interface. IWdsTransportConfigurationManager also has these types of members:
Methods
The IWdsTransportConfigurationManager interface has these methods.
IWdsTransportConfigurationManager::DisableWdsTransportServices Sets all WDS transport services to Disabled mode. |
IWdsTransportConfigurationManager::EnableWdsTransportServices Sets all WDS transport services to Auto-Start mode. |
IWdsTransportConfigurationManager::get_DiagnosticsPolicy Receives an interface pointer to the Configuration Manager's Diagnostics Policy object. The object can be used to configure diagnostics settings that WDS transport server components enable for diagnostic event logging. |
IWdsTransportConfigurationManager::get_ServicePolicy Receives an interface pointer to the Configuration Manager's Service Policy object. This object can be used to configure service parameters such as the multicast IP address source and the active network profile. |
IWdsTransportConfigurationManager::get_WdsTransportServicesRunning Receives a value that indicates whether WDS transport services are running on the server. |
IWdsTransportConfigurationManager::NotifyWdsTransportServices Sends a notification to WDS transport services. The notification value is translated to the appropriate WDS transport service controls, and then these controls are sent to the appropriate services. |
IWdsTransportConfigurationManager::RestartWdsTransportServices Stops and then restarts any WDS transport services that are running. If no services are running, the method returns with S_OK without further action. |
IWdsTransportConfigurationManager::StartWdsTransportServices Starts all WDS transport services. This method provides the means to change the running state of WDS transport services without changing their configuration. |
IWdsTransportConfigurationManager::StopWdsTransportServices Stops all WDS transport services. This method provides the means to change the running state of WDS transport services without changing their configuration. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wdstptmgmt.h |