#ifndef _NTSXS_H
#include <pshpack4.h>
typedef struct _ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS
{
ULONG Size;
ULONG Flags;
ULONG SettingNamespaceLength;
ULONG SettingNamespaceOffset; // to WCHAR[], from this struct base
ULONG SettingNameLength;
ULONG SettingNameOffset; // to WCHAR[], from this struct base
ULONG SettingValueLength;
ULONG SettingValueOffset; // to WCHAR[], from this struct base
} ACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS, *PACTIVATION_CONTEXT_DATA_APPLICATION_SETTINGS;
View code on GitHub
No description available.