#ifndef _NTSXS_H
#include <pshpack4.h>
typedef struct _ACTIVATION_CONTEXT_STRING_SECTION_ENTRY
{
ULONG PseudoKey;
ULONG KeyOffset; // to WCHAR[], from section header
ULONG KeyLength;
ULONG Offset; // to data depending on section Id, from section header
ULONG Length;
ULONG AssemblyRosterIndex;
} ACTIVATION_CONTEXT_STRING_SECTION_ENTRY, *PACTIVATION_CONTEXT_STRING_SECTION_ENTRY;
View code on GitHub
No description available.