Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

MEMORY_BASIC_INFORMATION (Structures)
 
.
Summary
This structure contains information about a range of pages in the virtual memory of a process.

C# Definition:

struct MEMORY_BASIC_INFORMATION {
    public IntPtr BaseAddress;
    public IntPtr AllocationBase;
    public UInt32 AllocationProtect;
    public UInt32 RegionSize;
    public UInt32 State;
    public UInt32 Protect;
    public UInt32 lType;
}

VB Definition:

Structure MEMORY_BASIC_INFORMATION
    Public BaseAddress as IntPtr
    Public AllocationBase as IntPtr
    Public AllocationProtect as UInt32
    Public RegionSize as UInt32
    Public State as UInt32
    Public Protect as UInt32
    Public lType as UInt32

End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions