IWdsTransportSetupManager2::get_ContentProviders method (wdstptmgmt.h)

Receives a pointer to an instance of the IWdsTransportCollection interface. The collection contains objects of the IWdsTransportContentProvider interface for the content providers registered on the server. This property is available beginning with Windows Server 2012.

This property is read-only.

Syntax

HRESULT get_ContentProviders(
  IWdsTransportCollection **ppProviderCollection
);

Parameters

ppProviderCollection

Return value

None

Requirements

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

See also

IWdsTransportCollection

IWdsTransportSetupManager2