IWdsTransportServer::get_ConfigurationManager method (wdstptmgmt.h)

Returns a pointer to the object of an IWdsTransportConfigurationManager interface used to manage the configuration of this server.

This property is read-only.

Syntax

HRESULT get_ConfigurationManager(
  IWdsTransportConfigurationManager **ppWdsTransportConfigurationManager
);

Parameters

ppWdsTransportConfigurationManager

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008 [desktop apps only]
Target Platform Windows
Header wdstptmgmt.h
DLL Wdstptmgmt.dll

See also

IWdsTransportConfigurationManager

IWdsTransportServer