#ifndef _NTSXS_H
#include <pshpack4.h>
typedef struct _ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET
{
ULONG ChainCount;
ULONG ChainOffset; // to LONG[], from section header
} ACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET, *PACTIVATION_CONTEXT_GUID_SECTION_HASH_BUCKET;
View code on GitHub
No description available.