API_SET_NAMESPACE - NtDoc

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

// private // PEB->ApiSetMap since THRESHOLD
typedef struct _API_SET_NAMESPACE
{
    ULONG Version; // API_SET_SCHEMA_VERSION_V6
    ULONG Size;
    ULONG Flags; // API_SET_SCHEMA_FLAGS_*
    ULONG Count;
    ULONG EntryOffset; // to API_SET_NAMESPACE_ENTRY[Count], from this struct base
    ULONG HashOffset; // to API_SET_HASH_ENTRY[Count], from this struct base
    ULONG HashFactor;
} API_SET_NAMESPACE, *PAPI_SET_NAMESPACE;

#endif

View code on GitHub

No description available.