Searched refs:classNameA (Results 1 – 1 of 1) sorted by relevance
6790 static const char classNameA[] = "GetUpdateRectClass"; in test_GetUpdateRect() local6843 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()