MBN_COMPRESSION 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_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_NONE Value: 0 Data headers are not compressed. |
MBN_COMPRESSION_ENABLE Data headers are compressed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | None supported |
Header | mbnapi.h |