_POP_FX_RELATION

//0x48 bytes (sizeof) struct _POP_FX_RELATION { enum _POP_FX_RELATION_TYPE RelationType; //0x0 ULONGLONG RelationLock; //0x8 union { ULONG Activating:1; //0x10 ULONG Activated:1; //0x10 ULONG ParentLinkValid:1; //0x10 ULONG ChildLinkValid:1; //0x10 ULONG ShallowestNonBlockingState:2; //0x10 ULONG Reserved:26; //0x10 ULONG AsUlong; //0x10 } Flags; //0x10 struct _POP_FX_COMPONENT* ParentComponent; //0x18 struct _LIST_ENTRY ParentLink; //0x20 ULONGLONG* ChildRelationLock; //0x30 struct _LIST_ENTRY ChildLink; //0x38 };