#ifndef _NTPOAPI_H
// rev
typedef struct _POWER_INTERNAL_BOOTSTAT_GET_OUTPUT
{
// If present, it receives the actual sizes of the data copied into each DataBuffer.
ULONG Sizes[ANYSIZE_ARRAY]; // Array of sizes, one per entry
} POWER_INTERNAL_BOOTSTAT_GET_OUTPUT, *PPOWER_INTERNAL_BOOTSTAT_GET_OUTPUT;
View code on GitHubNo description available.