// 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 reference
No description available.
This structure contains the fields necessary to carry out a SendPhyConfigurationPacket request.
PhyConfigurationPacket
Points to the PHY_CONFIGURATION_PACKET structure.