//0x50 bytes (sizeof)
struct _WNF_SCOPE_INSTANCE
{
struct _WNF_NODE_HEADER Header; //0x0
struct _EX_RUNDOWN_REF RunRef; //0x8
enum _WNF_DATA_SCOPE DataScope; //0x10
ULONG InstanceIdSize; //0x14
VOID* InstanceIdData; //0x18
struct _LIST_ENTRY ResolverListEntry; //0x20
struct _WNF_LOCK NameSetLock; //0x30
struct _RTL_AVL_TREE NameSet; //0x38
struct _WNF_PERMANENT_DATA_STORE* PermanentDataStore; //0x40
struct _WNF_PERMANENT_DATA_STORE* VolatilePermanentDataStore; //0x48
};