IO_ADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

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

_IO_ADDRESS structure

Description

The IO_ADDRESS structure specifies the 1394 64-bit destination address for read, write and lock operations.

Members

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.

See also

ADDRESS_OFFSET

NODE_ADDRESS

REQUEST_ASYNC_LOCK

REQUEST_ASYNC_READ

REQUEST_ASYNC_WRITE

REQUEST_GET_CONFIGURATION_INFO