// 1394.h
typedef struct _IRB_REQ_GET_1394_ADDRESS_FROM_DEVICE_OBJECT {
ULONG fulFlags;
NODE_ADDRESS NodeAddress;
} IRB_REQ_GET_1394_ADDRESS_FROM_DEVICE_OBJECT;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the fields necessary to carry out a Get1394AddressFromDeviceObject request.
fulFlagsSpecifies which device's node address we are querying. Zero indicates the calling device. USE_LOCAL_NODE indicates the local host controller.
NodeAddressContains the NODE_ADDRESS structure describing the device's node address. In the case of virtual devices, the bus driver returns the node address of the host controller in the stack where the virtual device's device object is loaded.