SYSTEM_BOOT_LOGO_INFORMATION - NtDoc

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

#endif

View code on GitHub

NtDoc

No description available.