UIELEMENT_POINTERID_WREN_VM_GENERATION

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.

enum UIELEMENT_POINTERID_WREN_VM_GENERATION = 1;

Meta