Added Lpc Stubs

svn path=/trunk/; revision=9838
This commit is contained in:
Alex Ionescu 2004-06-23 19:49:21 +00:00
parent 517e96313d
commit 83f7c0f126

View file

@ -1,4 +1,4 @@
/* $Id: reply.c,v 1.19 2003/08/07 11:47:33 silverblade Exp $
/* $Id: reply.c,v 1.20 2004/06/23 19:49:21 ion Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -335,5 +335,19 @@ NtReplyWaitReplyPort (HANDLE PortHandle,
return(STATUS_NOT_IMPLEMENTED);
}
/*
* @unimplemented
*/
NTSTATUS
STDCALL
LpcRequestWaitReplyPort (
IN PEPORT Port,
IN PLPC_MESSAGE LpcMessageRequest,
OUT PLPC_MESSAGE LpcMessageReply
)
{
UNIMPLEMENTED;
return STATUS_NOT_IMPLEMENTED;
}
/* EOF */