Interface Kernel32Library.MemoryBasicInformation

Enclosing interface:
Kernel32Library

public static interface Kernel32Library.MemoryBasicInformation
Contains information about a range of pages in the virtual address space of a process. The VirtualQuery and VirtualQueryEx functions use this structure.
See Also:
  • Method Details

    • BaseAddress

    • RegionSize

      long RegionSize()
    • State

      long State()
    • Protect

      long Protect()
    • Type

      long Type()