// 61883.h
typedef struct _BUS_GENERATION_NODE {
OUT ULONG GenerationCount;
OUT NODE_ADDRESS LocalNodeAddress;
OUT NODE_ADDRESS DeviceNodeAddress;
} BUS_GENERATION_NODE, *PBUS_GENERATION_NODE;
View the official Windows Driver Kit DDI referenceNo description available.
The BUS_GENERATION_NODE structure is used in conjunction with the Av61883_GetUnitInfo request to retrieve bus characteristics.
GenerationCountThe current bus generation count.
LocalNodeAddressThe current node address of the local node.
DeviceNodeAddressThe current node address of the device.