SYSTEM_EXTEND_SERVICE_TABLE_INFORMATION - NtDoc

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

#endif
#endif

View code on GitHub

NtDoc

No description available.