Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Ddbt.h49 #define BSM_ALLDESKTOPS 16 macro
H A Dwinuser.h158 #define BSM_ALLDESKTOPS 16 macro
/reactos/subsystems/win/basesrv/
H A Ddosdev.c285 Recipients = BSM_APPLICATIONS | BSM_ALLDESKTOPS; in BroadcastDriveLetterChange()
/reactos/dll/cpl/input/
H A Dinput_list.c476 DWORD dwRecipients = BSM_ALLDESKTOPS | BSM_APPLICATIONS; in InputList_Process()
/reactos/win32ss/user/user32/windows/
H A Dmessage.c3347 …if (*lpdwRecipients & ~(BSM_APPLICATIONS|BSM_ALLDESKTOPS|BSM_INSTALLABLEDRIVERS|BSM_NETDRIVER|BSM_… in IntBroadcastSystemMessage()
/reactos/win32ss/user/ntuser/
H A Dmessage.c2632 if ( parm.recipients & BSM_ALLDESKTOPS || in NtUserMessageCall()