Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dbroadcast.c124 …ret = broadcast( BSF_POSTMESSAGE|(BSF_NOTIMEOUTIFNOTHUNG|BSF_FORCEIFHUNG), &recips, WM_NULL, 30000… in test_parameters()
131 ret = broadcast( BSF_POSTMESSAGE|BSF_SENDNOTIFYMESSAGE, &recips, WM_NULL, 100, 0 ); in test_parameters()
186 …ret = broadcastex( BSF_POSTMESSAGE|(BSF_NOTIMEOUTIFNOTHUNG|BSF_FORCEIFHUNG), &recips, WM_NULL, 300… in test_parametersEx()
192 ret = broadcastex( BSF_POSTMESSAGE|BSF_SENDNOTIFYMESSAGE, &recips, WM_NULL, 100, 0, NULL ); in test_parametersEx()
/reactos/sdk/include/psdk/
H A Ddbt.h58 #define BSF_POSTMESSAGE 0x00000010 macro
H A Dwinuser.h167 #define BSF_POSTMESSAGE 0x00000010 macro
/reactos/dll/cpl/input/
H A Dinput_list.c478 BroadcastSystemMessageW(BSF_POSTMESSAGE, in InputList_Process()
/reactos/win32ss/user/user32/windows/
H A Dmessage.c3324 | BSF_POSTMESSAGE | BSF_FORCEIFHUNG | BSF_NOTIMEOUTIFNOTHUNG in IntBroadcastSystemMessage()
3342 if (dwflags & BSF_QUERY) dwflags &= ~BSF_SENDNOTIFYMESSAGE|BSF_POSTMESSAGE; in IntBroadcastSystemMessage()
/reactos/win32ss/user/ntuser/
H A Dmessage.c2724 else if (parm.flags & BSF_POSTMESSAGE) in NtUserMessageCall()
2867 else if (parm.flags & BSF_POSTMESSAGE) in NtUserMessageCall()