#ifndef _NTEXAPI_H
// private
typedef struct _SYSTEM_BOOT_LOGO_INFORMATION
{
ULONG Flags; // SYSTEM_BOOT_LOGO_FLAG_*
ULONG BitmapOffset; // Offset to the trailing boot logo bitmap data; currently 8 in the query path.
} SYSTEM_BOOT_LOGO_INFORMATION, *PSYSTEM_BOOT_LOGO_INFORMATION;
View code on GitHubNo description available.