IN_ADDR_IPV4 union (qossp.h)
The IN_ADDR_IPV4 union stores an IPv4 address for use with RSVP FILTERSPECs.
Syntax
typedef union _IN_ADDR_IPV4 {
ULONG Addr;
UCHAR AddrBytes[4];
} IN_ADDR_IPV4, *LPIN_ADDR_IPV4;
Members
Addr
IPv4 address, expressed as a ULONG.
AddrBytes[4]
IPv4 address, expressed as four UCHARs.
Remarks
When working with IPv6 addresses, use IN_ADDR_IPV6.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | qossp.h |