struct WMI_TRACE_PACKET

typedef struct _WMI_TRACE_PACKET
{
     WORD Size;
     union
     {
          WORD HookId;
          struct
          {
               UCHAR Type;
               UCHAR Group;
          };
     };
} WMI_TRACE_PACKET, *PWMI_TRACE_PACKET;

Windows Vista Kernel Structures