IWdsTransportTftpManager::RetrieveTftpClients method (wdstptmgmt.h)

Returns a pointer to the object of an IWdsTransportCollection interface containing a collection of objects of the IWdsTransportTftpClient interface for the clients currently connected to the TFTP server.

Syntax

HRESULT RetrieveTftpClients(
  [out, retval] IWdsTransportCollection **ppWdsTransportTftpClients
);

Parameters

[out, retval] ppWdsTransportTftpClients

A pointer to a pointer to an object of the IWdsTransportCollection interface.

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

IWdsTransportTftpManager