SYSTEM_CODE_INTEGRITY_DYNAMIC_STORE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H

// rev
typedef struct _SYSTEM_CODE_INTEGRITY_DYNAMIC_STORE
{
    HANDLE StoreHandle;
    ULONG StoreFlags;
    PVOID StoreData;
    SIZE_T StoreSize;
} SYSTEM_CODE_INTEGRITY_DYNAMIC_STORE, *PSYSTEM_CODE_INTEGRITY_DYNAMIC_STORE;

#endif

View code on GitHub

NtDoc

No description available.