#ifndef _NTSXS_H
typedef struct _ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET
{
ULONG ChainCount;
ULONG ChainOffset; // to LONG[], from section header
} ACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET, *PACTIVATION_CONTEXT_STRING_SECTION_HASH_BUCKET;
View code on GitHubNo description available.