IP_ADDRESS_PREFIX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netioapi.h

typedef struct _IP_ADDRESS_PREFIX {
  SOCKADDR_INET Prefix;
  UINT8         PrefixLength;
} IP_ADDRESS_PREFIX, *PIP_ADDRESS_PREFIX;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (ip-address-prefix)

IP_ADDRESS_PREFIX structure

The IP_ADDRESS_PREFIX structure stores an IP address prefix.

Members

Requirements

Version Available in Windows Vista and later versions of the Windows operating systems.
Header Netioapi.h (include Netioapi.h)