mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
NtUserSendMessageCallback is UNIMPLEMENTED
svn path=/trunk/; revision=4672
This commit is contained in:
parent
f507252aa5
commit
76c3289be5
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: message.c,v 1.15 2003/05/11 10:47:33 jfilby Exp $
|
||||
/* $Id: message.c,v 1.16 2003/05/11 12:29:41 jfilby Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -462,6 +462,8 @@ NtUserSendMessageCallback(HWND hWnd,
|
|||
SENDASYNCPROC lpCallBack,
|
||||
ULONG_PTR dwData)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue