.
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.
