2OO1, 27 January
NtCompleteConnectPort
NtCompleteConnectPort
NTSYSAPI 
NTSTATUS
NTAPI
NtCompleteConnectPort(
  IN HANDLE               PortHandle );
NtCompleteConnectPort is called by server process
after all initializations for new connection.
Return from NtConnectPort on
client's side is synchronised with return from this call. Both
sides of LPC connection are ready for sending and receiving
LPC messages.
- Documented by:
- Tomasz Nowak
- Bo Branten
 
 
 
Requirements:
- Library: ntdll.lib
 
 
 
See also:
- 
NtAcceptConnectPort
 
- NtConnectPort