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 UINT128 structure is intended to hold 128-bit unsigned integers, such as an IPv6 destination address.
-
typedef struct _UINT128 { UINT64 lower; UINT64 upper; } UINT128, *PUINT128;