A UIElement has 8 void* user pointers (4 reserved for Dplug + 4 for vendors). The first two are used by dplug:wren-support.
userUIELEMENT_POINTERID_WREN_EXPORTED_CLASS points to a cached Wren class of this UIElement.
userUIELEMENT_POINTERID_WREN_VM_GENERATION is the Wren VM counter, is an uint not a pointer.
See Source File
A UIElement has 8 void* user pointers (4 reserved for Dplug + 4 for vendors). The first two are used by dplug:wren-support.
userUIELEMENT_POINTERID_WREN_EXPORTED_CLASS points to a cached Wren class of this UIElement.
userUIELEMENT_POINTERID_WREN_VM_GENERATION is the Wren VM counter, is an uint not a pointer.