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_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_LENValue: 20 The maximum length of the providerName member of the MBN_PROVIDER structure. |
MBN_PROVIDERID_LENValue: 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 |