BUS_GENERATION_NODE structure (61883.h)
The BUS_GENERATION_NODE structure is used in conjunction with the Av61883_GetUnitInfo request to retrieve bus characteristics.
Syntax
typedef struct _BUS_GENERATION_NODE {
OUT ULONG GenerationCount;
OUT NODE_ADDRESS LocalNodeAddress;
OUT NODE_ADDRESS DeviceNodeAddress;
} BUS_GENERATION_NODE, *PBUS_GENERATION_NODE;
Members
GenerationCount
The current bus generation count.
LocalNodeAddress
The current node address of the local node.
DeviceNodeAddress
The current node address of the device.
Requirements
Requirement | Value |
---|---|
Header | 61883.h (include 61883.h) |