IWdsTransportSession::RetrieveClients method (wdstptmgmt.h)

Retrieves a collection of WDS clients joined to the transport session.

Syntax

HRESULT RetrieveClients(
  [out] IWdsTransportCollection **ppWdsTransportClients
);

Parameters

[out] ppWdsTransportClients

A collection of objects of the IWdsTransportClient interface joined to the transport session.

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

IWdsTransportClient

IWdsTransportCollection

IWdsTransportSession