typedef struct _MMSECURE_FLAGS { ULONG ReadOnly: 1; ULONG NoWrite: 1; ULONG Spare: 10; } MMSECURE_FLAGS, *PMMSECURE_FLAGS;
Windows Vista Kernel Structures