IWdsTransportTftpClient::get_WindowSize method (wdstptmgmt.h)

Receives the current window size being used in the TFTP session. The window size used during a TFTP session can be updated by the client through ACK packets when using the variable-window TFTP extension.

This property is read-only.

Syntax

HRESULT get_WindowSize(
  ULONG *pulWindowSize
);

Parameters

pulWindowSize

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

IWdsTransportTftpClient