Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shell32/
H A Dshlfolder.c4947 ULONG notifyID, i; in test_SHChangeNotify() local
4979notifyID = SHChangeNotifyRegister(wnd, !test_new_delivery ? SHCNRF_ShellLevel : SHCNRF_ShellLevel|… in test_SHChangeNotify()
4981 ok(notifyID != 0, "Failed to register a window for change notifications\n"); in test_SHChangeNotify()
5010 SHChangeNotifyDeregister(notifyID); in test_SHChangeNotify()