ADDRESS_OFFSET - NtDoc

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

typedef struct _ADDRESS_OFFSET {
  USHORT Off_High;
  ULONG  Off_Low;
} ADDRESS_OFFSET, *PADDRESS_OFFSET;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ADDRESS_OFFSET structure

Description

The ADDRESS_OFFSET structure specifies the 48-bit address within a device's IEEE 1394 address space.

Members

Off_High

Specifies the high order offset for a IEEE 1394 address.

Off_Low

Specifies the low order offset for a IEEE 1394 address.

See also

GET_LOCAL_HOST_INFO6

IO_ADDRESS

REQUEST_ALLOCATE_ADDRESS_RANGE