Huw Davies (@huw) commented about dlls/uiautomationcore/uia_provider.c:
return hr;
}
+#define DIR_FORWARD 0 +#define DIR_REVERSE 1 +static HRESULT msaa_acc_get_next_child(IAccessible *acc, LONG start_pos, LONG direction,
IAccessible **child, LONG *child_id, LONG *end_pos)
`end_pos` seems like an odd name, would `child_pos` be better?