Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comdlg32/
H A Ditemdlg.c1565 static const WCHAR floatnotifysinkW[] = {'F','l','o','a','t','N','o','t','i','f','y','S','i','n','k… variable
1583 ok(!lstrcmpW(buf, floatnotifysinkW), "Got %s\n", wine_dbgstr_w(buf)); in test_customize_onfolderchange()
1588 ok(!lstrcmpW(buf, floatnotifysinkW), "Got %s\n", wine_dbgstr_w(buf)); in test_customize_onfolderchange()
1596 ok(!lstrcmpW(buf, floatnotifysinkW), "Got %s\n", wine_dbgstr_w(buf)); in test_customize_onfolderchange()
/reactos/dll/win32/comdlg32/
H A Ditemdlg.c54 static const WCHAR floatnotifysinkW[] = {'F','l','o','a','t','N','o','t','i','f','y','S','i','n','k… variable
1156 ns_hwnd = CreateWindowExW(0, floatnotifysinkW, NULL, wsflags, in cctrl_create_new()
1542 if( !GetClassInfoW(COMDLG32_hInstance, floatnotifysinkW, &wc) || in init_custom_controls()
1554 wc.lpszClassName = floatnotifysinkW; in init_custom_controls()