ReactOS 0.4.16-dev-1946-g52006dd
_MANAGE_WRITES_TO_EXECUTABLE_MEMORY Struct Reference

#include <winternl.h>

Collaboration diagram for _MANAGE_WRITES_TO_EXECUTABLE_MEMORY:

Public Attributes

ULONG Version: 8
 
ULONG ProcessEnableWriteExceptions: 1
 
ULONG ThreadAllowWrites: 1
 
ULONG Spare: 22
 
PVOID KernelWriteToExecutableSignal
 

Detailed Description

Definition at line 2364 of file winternl.h.

Member Data Documentation

◆ KernelWriteToExecutableSignal

PVOID _MANAGE_WRITES_TO_EXECUTABLE_MEMORY::KernelWriteToExecutableSignal

Definition at line 2370 of file winternl.h.

◆ ProcessEnableWriteExceptions

ULONG _MANAGE_WRITES_TO_EXECUTABLE_MEMORY::ProcessEnableWriteExceptions

Definition at line 2367 of file winternl.h.

◆ Spare

ULONG _MANAGE_WRITES_TO_EXECUTABLE_MEMORY::Spare

Definition at line 2369 of file winternl.h.

◆ ThreadAllowWrites

ULONG _MANAGE_WRITES_TO_EXECUTABLE_MEMORY::ThreadAllowWrites

Definition at line 2368 of file winternl.h.

◆ Version

ULONG _MANAGE_WRITES_TO_EXECUTABLE_MEMORY::Version

Definition at line 2366 of file winternl.h.


The documentation for this struct was generated from the following file: