Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comctl32/
H A Dprogress.c33 static const char progressTestClass[] = "ProgressBarTestClass"; variable
111 wc.lpszClassName = progressTestClass; in init()
119 …hProgressParentWnd = CreateWindowExA(0, progressTestClass, "Progress Bar Test", WS_OVERLAPPEDWINDO… in init()
135 UnregisterClassA(progressTestClass, GetModuleHandleA(NULL)); in cleanup()