#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;
View code on GitHubNo description available.