// 1394.h
typedef struct _IRB_REQ_GET_GENERATION_COUNT {
ULONG GenerationCount;
} IRB_REQ_GET_GENERATION_COUNT;
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 GetGenerationCount request.
GenerationCount
Specifies the current generation count.