PORT_INFORMATION_CLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTLPCAPI_H

typedef enum _PORT_INFORMATION_CLASS
{
    PortBasicInformation,
    PortDumpInformation
} PORT_INFORMATION_CLASS;

#endif

View code on GitHub

PortNoInformation

Currently (on WinNT 4.0 SP6) there are no information classes for Port Objects.

Documented by

See also