Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dchangenotify.cpp445 if ((fSources & SHCNRF_RecursiveInterrupt) && !(fSources & SHCNRF_InterruptLevel)) in SHChangeNotifyRegister()
447 fSources &= ~SHCNRF_RecursiveInterrupt; in SHChangeNotifyRegister()
/reactos/modules/rostests/apitests/shell32/
H A Dshell32_apitest_sub.cpp175 SHCNRF_RecursiveInterrupt; in InitSHCN()
/reactos/sdk/include/reactos/
H A Dundocshell.h124 #define SHCNRF_RecursiveInterrupt 0x1000 /* Must be combined with SHCNRF_InterruptLevel */ macro
/reactos/sdk/include/psdk/
H A Dshlobj.h1937 #define SHCNRF_RecursiveInterrupt 0x1000 macro