struct WHEA_PERSISTENCE_INFO

typedef struct _WHEA_PERSISTENCE_INFO
{
     ULONG Identifier: 16;
     ULONG Length: 24;
     ULONG Reserved: 6;
     ULONG Attributes: 2;
     ULONG Signature: 16;
} WHEA_PERSISTENCE_INFO, *PWHEA_PERSISTENCE_INFO;

Windows Vista Kernel Structures