IMbnDeviceServicesContext::get_MaxCommandSize method (mbnapi.h)

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

The maximum length, in bytes, of data that can be associated with a device service SET or QUERY command.

This property is read-only.

Syntax

HRESULT get_MaxCommandSize(
  ULONG *maxCommandSize
);

Parameters

maxCommandSize

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header mbnapi.h

See also

IMbnDeviceServicesContext