NDIS_WAN_SET_COMP_INFO (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Structures
NDIS_WAN_COMPRESS_INFO
OID_WAN_SET_COMP_INFO
OID_WAN_GET_COMP_INFO