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_COMPRESSION enumerated type specifies whether compression is to be used in the data link for header and data.
This type is applicable only for GSM devices.
Syntax
typedef enum MBN_COMPRESSION {
MBN_COMPRESSION_NONE = 0,
MBN_COMPRESSION_ENABLE
} ;
Constants
MBN_COMPRESSION_NONEValue: 0 Data headers are not compressed. |
MBN_COMPRESSION_ENABLEData headers are compressed. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Header | mbnapi.h |