Undocumented functions of NTDLL

2OO1, 27 January


NtReplyWaitReceivePort
NtReplyWaitReceivePort

NTSYSAPI 
NTSTATUS
NTAPI

NtReplyWaitReceivePort(
IN HANDLE PortHandle, OUT PHANDLE ReceivePortHandle OPTIONAL, IN PLPC_MESSAGE Reply OPTIONAL, OUT PLPC_MESSAGE IncomingRequest );



NtReplyWaitReceivePort is typically used by LPC server process for receive LPC requests incomming from client process.




Documented by:
Tomasz Nowak
Bo Branten



Requirements:
Library: ntdll.lib


See also:
LPC_MESSAGE
NtAcceptConnectPort
NtReplyPort
NtReplyWaitReplyPort
NtRequestPort
NtRequestWaitReplyPort