IWdsTransportNamespace::RetrieveContents method (wdstptmgmt.h)

Retrieves a collection of active transport content objects associated with the namespace.

Syntax

HRESULT RetrieveContents(
  [out] IWdsTransportCollection **ppWdsTransportContents
);

Parameters

[out] ppWdsTransportContents

A pointer to a IWdsTransportCollection object that contains a collection of IWdsTransportContent objects that represent active sessions under this namespace.

Return value

Standard HRESULT error values are used: S_OK for success; others for failure.

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

IWdsTransportCollection

IWdsTransportContent

IWdsTransportNamespace