NET_DRIVER_GLOBALS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netadaptercxtypes.h

typedef struct _NET_DRIVER_GLOBALS {
  ULONG Unused;
} NET_DRIVER_GLOBALS, *PNET_DRIVER_GLOBALS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netadaptercxtypes-_net_driver_globals)

_NET_DRIVER_GLOBALS structure

Description

Call NET_DRIVER_GLOBALS_INIT to initialize this structure.

Members

Unused

This member is unused.

Remarks

See also