// 1394.h
typedef struct _IO_ADDRESS {
NODE_ADDRESS IA_Destination_ID;
ADDRESS_OFFSET IA_Destination_Offset;
} IO_ADDRESS, *PIO_ADDRESS;
View the official Windows Driver Kit DDI reference
No description available.
The IO_ADDRESS structure specifies the 1394 64-bit destination address for read, write and lock operations.
IA_Destination_ID
Holds a structure of type NODE_ADDRESS containing the destination node address.
IA_Destination_Offset
Holds a structure of type ADDRESS_OFFSET that specifies the index of the 1394 address within the address array.
REQUEST_GET_CONFIGURATION_INFO