ADDRESS_RANGE - NtDoc

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

typedef struct _ADDRESS_RANGE {
  USHORT AR_Off_High;
  USHORT AR_Length;
  ULONG  AR_Off_Low;
} ADDRESS_RANGE, *PADDRESS_RANGE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-1394-_address_range)

_ADDRESS_RANGE structure

Description

The ADDRESS_RANGE structure describes a range in a IEEE 1394 device's address space.

Members

AR_Off_High

Specifies the high order bits of the 1394 address within the buffer.

AR_Length

Specifies the length, in bytes, of a 1394 address buffer.

AR_Off_Low

Specifies the low order bits of the 1394 address within the buffer.

See also

REQUEST_ALLOCATE_ADDRESS_RANGE

REQUEST_FREE_ADDRESS_RANGE