mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Added Lpc Stubs
svn path=/trunk/; revision=9838
This commit is contained in:
parent
517e96313d
commit
83f7c0f126
1 changed files with 15 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue