BUS_GENERATION_NODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-61883-_bus_generation_node)

_BUS_GENERATION_NODE structure

Description

The BUS_GENERATION_NODE structure is used in conjunction with the Av61883_GetUnitInfo request to retrieve bus characteristics.

Members

GenerationCount

The current bus generation count.

LocalNodeAddress

The current node address of the local node.

DeviceNodeAddress

The current node address of the device.

See also

Av61883_GetUnitInfo