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