2OO1, 14 January
NtCreatePort
NtCreatePort
NTSYSAPI 
NTSTATUS
NTAPI
NtCreatePort(
  OUT PHANDLE             PortHandle,
  IN POBJECT_ATTRIBUTES   ObjectAttributes,
  IN ULONG                MaxConnectInfoLength,
  IN ULONG                MaxDataLength,
  IN OUT PULONG           Reserved OPTIONAL );
- PortHandle     Result of call -
HANDLE to Port Object.
- ObjectAttributes     Typically contains
name and SECURITY_DESCRIPTOR for newly created named
port.
- MaxDataLength     Maximum size of
message.
- Reserved     
 
 
 
- Documented by:
- Bo Branten
- Tomasz Nowak
 
 
 
 
Requirements:
- Library: ntdll.lib
 
 
 
See also:
- NtConnectPort
 
- NtListenPort