// mbbcxtypes.h
typedef struct _MBB_DRIVER_GLOBALS {
ULONG Unused;
} MBB_DRIVER_GLOBALS, *PMBB_DRIVER_GLOBALS;
View the official Windows Driver Kit DDI referenceNo description available.
Call MBB_DRIVER_GLOBALS_INIT to initialize this structure.
UnusedThis member is unused.