RNDIS_OOBD (Windows CE 5.0)
This structure specifies OOB data from a RNDIS_PACKET.
typedef struct _RNDIS_OOBD {UINT32Size;RNDIS_CLASS_IDType;UINT32ClassInformationOffset;} 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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rndis.h.
See Also
Accessing OOB Information | RNDIS_PACKET | NDIS_PER_PACKET_INFO_FROM_PACKET
Send Feedback on this topic to the authors