// 1394.h
typedef struct _IRB_REQ_SEND_PHY_CONFIGURATION_PACKET {
PHY_CONFIGURATION_PACKET PhyConfigurationPacket;
} IRB_REQ_SEND_PHY_CONFIGURATION_PACKET;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the fields necessary to carry out a SendPhyConfigurationPacket request.
PhyConfigurationPacketPoints to the PHY_CONFIGURATION_PACKET structure.