NDIS_WAN_SET_COMP_INFO
The NDIS_WAN_SET_COMP_INFO structure describes a protocol-selected compression scheme requested by OID_WAN_SET_COMP_INFO. This object identifier notifies the miniport driver of the compression scheme selected by a protocol to which the miniport driver already returned information in OID_WAN_GET_COMP_INFO.
The following syntax defines the NDIS_WAN_SET_COMP_INFO structure.
typedef struct _NDIS_WAN_SET_COMP_INFO {
NDIS_HANDLE NdisLinkHandle;
NDIS_WAN_COMPRESS_INFO SendCapabilities;
NDIS_WAN_COMPRESS_INFO RecvCapabilities;
} NDIS_WAN_SET_COMP_INFO, *PNDIS_WAN_SET_COMP_INFO;
Members
- NdisLinkHandle
[in] Identifies the link. The miniport driver supplied this handle in the initial line-up indication for this link. - SendCapabilities
[in] Specifies a structure containing information on compression capabilities for sending data. - RecvCapabilities
[in] Specifies a structure containing information on compression capabilities for receiving data.
Remarks
For more information about compression structures, see the NDIS_WAN_COMPRESS_INFO and OID_WAN_GET_COMP_INFO.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NDIS_WAN_COMPRESS_INFO | OID_WAN_SET_COMP_INFO | OID_WAN_GET_COMP_INFO
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.