// 1394.h
typedef struct _IRB_REQ_GET_SPEED_TOPOLOGY_MAPS {
PSPEED_MAP SpeedMap;
PTOPOLOGY_MAP TopologyMap;
} IRB_REQ_GET_SPEED_TOPOLOGY_MAPS;
View the official Windows Driver Kit DDI reference
No description available.
This structure contains the fields necessary for the 1394 bus driver to carry out a GetSpeedTopologyMaps request.
SpeedMap
Points to the SPEED_MAP structure of the bus. This member is filled on completion.
TopologyMap
Points to the TOPOLOGY_MAP structure of the bus. The topology map will be in big-endian, irrespective of the byte order of the local node. This member is filled on completion.