Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NDIS_OBJECT_HEADER structure packages the object type, version, and size information that is required in many NDIS 6.0 structures.
Syntax
typedef struct _NDIS_OBJECT_HEADER {
  UCHAR  Type;
  UCHAR  Revision;
  USHORT Size;
} NDIS_OBJECT_HEADER, *PNDIS_OBJECT_HEADER;
Members
- 
Type 
- 
Specifies the type of NDIS object that a structure describes. 
- 
Revision 
- 
Specifies the revision number of this structure. 
- 
Size 
- 
Specifies the total size, in bytes, of the NDIS structure that contains the NDIS_OBJECT_HEADER. This size includes the size of the NDIS_OBJECT_HEADER member and all other members of the structure. 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP3 [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Redistributable | Wireless LAN API for Windows XP with SP2 | 
| Header | 
 | 
See also