ReactOS 0.4.16-dev-1946-g52006dd
_MEMORY_IMAGE_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _MEMORY_IMAGE_INFORMATION:

Public Attributes

PVOID ImageBase
 
SIZE_T SizeOfImage
 
union {
   ULONG   ImageFlags
 
   struct {
      ULONG   ImagePartialMap: 1
 
      ULONG   ImageNotExecutable: 1
 
      ULONG   ImageSigningLevel: 4
 
      ULONG   Reserved: 26
 
   } 
 
}; 
 

Detailed Description

Definition at line 2452 of file winternl.h.

Member Data Documentation

◆ 

union { ... } _MEMORY_IMAGE_INFORMATION::@4197

◆ ImageBase

PVOID _MEMORY_IMAGE_INFORMATION::ImageBase

Definition at line 2454 of file winternl.h.

◆ ImageFlags

ULONG _MEMORY_IMAGE_INFORMATION::ImageFlags

Definition at line 2458 of file winternl.h.

◆ ImageNotExecutable

ULONG _MEMORY_IMAGE_INFORMATION::ImageNotExecutable

Definition at line 2462 of file winternl.h.

◆ ImagePartialMap

ULONG _MEMORY_IMAGE_INFORMATION::ImagePartialMap

Definition at line 2461 of file winternl.h.

◆ ImageSigningLevel

ULONG _MEMORY_IMAGE_INFORMATION::ImageSigningLevel

Definition at line 2463 of file winternl.h.

◆ Reserved

ULONG _MEMORY_IMAGE_INFORMATION::Reserved

Definition at line 2464 of file winternl.h.

◆ SizeOfImage

SIZE_T _MEMORY_IMAGE_INFORMATION::SizeOfImage

Definition at line 2455 of file winternl.h.


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