NDIS_OBJECT_HEADER (Structures)
Last changed: -130.225.243.84

.
Summary
TODO - a short description

C# Definition:

public struct NDIS_OBJECT_HEADER
    {
        byte Type;
        byte Revision;
        ushort Size;
    }

VB Definition:

Public Structure NDIS_OBJECT_HEADER
      Public Type As Byte
      Public Revision As Byte
      Public Size As UShort
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation