Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dmsgqueue.h260 PUSER_SENT_MESSAGE FASTCALL AllocateUserMessage(BOOL);
H A Dmsgqueue.c763 AllocateUserMessage(BOOL KEvent) in AllocateUserMessage() function
1027 if(!(Message = AllocateUserMessage(FALSE))) in co_MsqSendMessageAsync()
1141 if(!(Message = AllocateUserMessage(TRUE))) in co_MsqSendMessage()
H A Dmessage.c1921 if(!(Message = AllocateUserMessage(FALSE))) in co_IntSendMessageWithCallBack()