Share via


RNDIS_OOBD (Compact 2013)

3/26/2014

This structure specifies OOB data from a RNDIS_PACKET.

Syntax

typedef struct _RNDIS_OOBD {
  UINT32 Size;
  RNDIS_CLASS_ID Type;
  UINT32 ClassInformationOffset;
} RNDIS_OOBD, *PRNDIS_OOBD;

Members

  • Size
    This is an integer multiple of 4. Length, in bytes, of this OOB header and appended OOB data and padding.
  • ClassInformationOffset
    The byte offset from the beginning of this OOB data record to the beginning of the OOB data.

Requirements

Header

rndis.h

See Also

Reference

Remote NDIS Structures
RNDIS_PACKET
NDIS_PER_PACKET_INFO_FROM_PACKET