// 1394.h
typedef struct _ADDRESS_OFFSET {
USHORT Off_High;
ULONG Off_Low;
} ADDRESS_OFFSET, *PADDRESS_OFFSET;
View the official Windows Driver Kit DDI referenceNo description available.
The ADDRESS_OFFSET structure specifies the 48-bit address within a device's IEEE 1394 address space.
Off_HighSpecifies the high order offset for a IEEE 1394 address.
Off_LowSpecifies the low order offset for a IEEE 1394 address.
REQUEST_ALLOCATE_ADDRESS_RANGE