SYSTEM_SPACES_BOOT_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H

// private
typedef struct _SYSTEM_SPACES_BOOT_INFORMATION
{
    /**
     * Opaque variable-length blob copied from ExpSpacesBootInformation.
     *
     * The returned byte count is reported via ReturnLength.
     * NtQuerySystemInformationEx rejects user-mode callers for this class on this build.
     */
    UCHAR Data[1];
} SYSTEM_SPACES_BOOT_INFORMATION, *PSYSTEM_SPACES_BOOT_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.