Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IN_ADDR_IPV6 structure stores an IPv6 address for use with RSVP FILTERSPECs.
Syntax
typedef struct _IN_ADDR_IPV6 {
UCHAR Addr[16];
} IN_ADDR_IPV6, *LPIN_ADDR_IPV6;
Members
Addr[16]
IPv6 address.
Remarks
When working with IPv4 addresses, use IN_ADDR_IPV4.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | qossp.h |