#ifndef _NTMISC_H
typedef struct _AHC_SERVICE_LOOKUP
{
AHC_INFO_CLASS InfoClass; // Information to lookup.
UINT HintFlags; // Hint flags about cache query.
UNICODE_STRING PackageAlias; // Aliased package moniker in a packed string.
HANDLE FileHandle; // User space handle to file.
HANDLE ProcessHandle; // User space process handle.
USHORT ExeType; // Executable bitness.
USHORT Padding; // Padding to even USHORTs.
UNICODE_STRING ExeSignature; // Executable file signature.
PCZZWSTR Environment; // Environment block.
UINT EnvironmentSize; // Size of environment block in bytes.
} AHC_SERVICE_LOOKUP, *PAHC_SERVICE_LOOKUP;
View code on GitHub
No description available.