Home
last modified time | relevance | path

Searched refs:classNameA (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Dwin.c6790 static const char classNameA[] = "GetUpdateRectClass"; in test_GetUpdateRect() local
6843 cls.lpszClassName = classNameA; in test_GetUpdateRect()
6850 hgrandparent = CreateWindowA(classNameA, "grandparent", WS_OVERLAPPEDWINDOW, in test_GetUpdateRect()
6853 hparent = CreateWindowA(classNameA, "parent", WS_CHILD|WS_VISIBLE, in test_GetUpdateRect()
6856 hchild = CreateWindowA(classNameA, "child", WS_CHILD|WS_VISIBLE, in test_GetUpdateRect()