typedef struct _MMADDRESS_LIST { union { MMSECURE_FLAGS Flags; void *StartVa; } u1; void *EndVa; } MMADDRESS_LIST, *PMMADDRESS_LIST;