Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1817 of file msgqueue.c.
Referenced by co_IntGetPeekMessage(), and co_IntWaitMessage().
{ NTSTATUS ret; UserLeaveCo(); ret = KeWaitForSingleObject( MessageQueue->NewMessages, UserRequest, UserMode, FALSE, NULL ); UserEnterCo(); return ret; }