IWdsTransportContent::RetrieveSessions method (wdstptmgmt.h)

Retrieves a collection of active transport sessions associated with this content.

Syntax

HRESULT RetrieveSessions(
  [out] IWdsTransportCollection **ppWdsTransportSessions
);

Parameters

[out] ppWdsTransportSessions

A pointer to a collection of objects of the IWdsTransportSession interface that represent active sessions under this content.

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

IWdsTransportContent