Undocumented functions of NTDLL

2OO1, 28 January


NtReplyWaitReplyPort
NtReplyWaitReplyPort

NTSYSAPI 
NTSTATUS
NTAPI

NtReplyWaitReplyPort(
IN HANDLE PortHandle, IN OUT PLPC_MESSAGE Reply );



NtReplyWaitReplyPort sends REPLY and waits for other side REPLY.
Requirements:
Library: ntdll.lib


See also:
LPC_MESSAGE
NtAcceptConnectPort
NtConnectPort
NtReplyPort
NtReplyWaitReceivePort
NtRequestWaitReplyPort