NDIS_WAN_SET_COMP_INFO (Windows CE 5.0)

Send Feedback

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_INFOSendCapabilities;NDIS_WAN_COMPRESS_INFORecvCapabilities;} 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.