#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
// private
// Validates that ServiceTableName is exactly "\\SystemRoot\\System32\\win32k.sys"
// and forwards it to ZwSetSystemInformation(SystemLoadGdiDriverInSystemSpace, ...).
typedef struct _SYSTEM_EXTEND_SERVICE_TABLE_INFORMATION
{
UNICODE_STRING ServiceTableName;
} SYSTEM_EXTEND_SERVICE_TABLE_INFORMATION, *PSYSTEM_EXTEND_SERVICE_TABLE_INFORMATION;
View code on GitHubNo description available.