mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NtUser]
- Need more information from callbacks. svn path=/trunk/; revision=72825
This commit is contained in:
@@ -346,7 +346,7 @@ co_IntCallWindowProc(WNDPROC Proc,
|
||||
&ResultLength);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
ERR("Error Callback to User space Status %lx\n",Status);
|
||||
ERR("Error Callback to User space Status %lx Message %d\n",Status,Message);
|
||||
UserEnterCo();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user