MBN_PROVIDER_CONSTANTS enumeration (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 MBN_PROVIDER_CONSTANTS enumerated type contains values that define the buffer lengths of MBN_PROVIDER members.

Syntax

typedef enum MBN_PROVIDER_CONSTANTS {
  MBN_PROVIDERNAME_LEN = 20,
  MBN_PROVIDERID_LEN = 6
} ;

Constants

 
MBN_PROVIDERNAME_LEN
Value: 20
The maximum length of the providerName member of the MBN_PROVIDER structure.
MBN_PROVIDERID_LEN
Value: 6
The maximum length of the providerID member of the MBN_PROVIDER structure.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Header mbnapi.h