#ifndef _NTSXS_H
#include <pshpack4.h>
typedef struct _ACTIVATION_CONTEXT_GUID_SECTION_ENTRY
{
GUID Guid;
ULONG Offset; // to data depending on section Id, from section header
ULONG Length;
ULONG AssemblyRosterIndex;
} ACTIVATION_CONTEXT_GUID_SECTION_ENTRY, *PACTIVATION_CONTEXT_GUID_SECTION_ENTRY;
View code on GitHub
No description available.