Undocumented functions of NTDLL

2OO1, 28 January


NtQueryInformationPort
NtQueryInformationPort

NTSYSAPI 
NTSTATUS
NTAPI

NtQueryInformationPort(
IN HANDLE PortHandle, IN PORT_INFORMATION_CLASS PortInformationClass, OUT PVOID PortInformation, IN ULONG Length, OUT PULONG ResultLength OPTIONAL );



Currently (on WinNT 4.0 SP6) there are no information classes for Port Object.
Requirements:
Library: ntdll.lib


See also:
PORT_INFORMATION_CLASS