Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 MBN_INTERFACE_CAPS_CONSTANTS enumerated type defines the maximum length of string values used by assorted elements of the MBN_INTERFACE_CAPS structure.
Syntax
typedef enum MBN_INTERFACE_CAPS_CONSTANTS {
MBN_DEVICEID_LEN = 18,
MBN_MANUFACTURER_LEN = 32,
MBN_MODEL_LEN = 32,
MBN_FIRMWARE_LEN = 32
} ;
Constants
MBN_DEVICEID_LENValue: 18 This constant defines the maximum string size of the deviceID member of the MBN_INTERFACE_CAPS structure. |
MBN_MANUFACTURER_LENValue: 32 This constant defines the maximum string size of the manufacturer member of the MBN_INTERFACE_CAPS structure. |
MBN_MODEL_LENValue: 32 This constant defines the maximum string size of the model member of the MBN_INTERFACE_CAPS structure. |
MBN_FIRMWARE_LENValue: 32 This constant defines the maximum string size of the firmwareInfo member of the MBN_INTERFACE_CAPS structure. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Header | mbnapi.h |