// 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 reference
No description available.
The BUS_GENERATION_NODE structure is used in conjunction with the Av61883_GetUnitInfo request to retrieve bus characteristics.
GenerationCount
The current bus generation count.
LocalNodeAddress
The current node address of the local node.
DeviceNodeAddress
The current node address of the device.