IWdsTransportServicePolicy2::get_TftpMaximumBlockSize method (wdstptmgmt.h)

Receives a value for the maximum block size used by the TFTP server. The value enables a WDS client computer to configure the maximum block size.

This property is read/write.

Syntax

HRESULT get_TftpMaximumBlockSize(
  ULONG *pulTftpMaximumBlockSize
);

Parameters

pulTftpMaximumBlockSize

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

IWdsTransportServicePolicy2