API_SET_NAMESPACE_ENTRY_V2 - NtDoc

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

// private
typedef struct _API_SET_NAMESPACE_ENTRY_V2
{
    ULONG NameOffset; // to WCHAR[NameLength / sizeof(WCHAR)], from schema base
    ULONG NameLength;
    ULONG DataOffset; // to API_SET_VALUE_ARRAY_V2, from schema base
} API_SET_NAMESPACE_ENTRY_V2, *PAPI_SET_NAMESPACE_ENTRY_V2;

#endif

View code on GitHub

No description available.