RNDIS_OOBD (Windows Embedded CE 6.0)
1/6/2010
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.
- Type
Set to one of the legal values for NDIS_PER_PACKET_INFO_FROM_PACKET.
- ClassInformationOffset
The byte offset from the beginning of this OOB data record to the beginning of the OOB data.
Requirements
Header | rndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Remote NDIS Structures
RNDIS_PACKET
NDIS_PER_PACKET_INFO_FROM_PACKET