mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00
[NtUser]
- Need more information from callbacks. svn path=/trunk/; revision=72825
This commit is contained in:
parent
99b8a71b9d
commit
5cb2406405
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ co_IntCallWindowProc(WNDPROC Proc,
|
||||||
&ResultLength);
|
&ResultLength);
|
||||||
if (!NT_SUCCESS(Status))
|
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();
|
UserEnterCo();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue