- indexing
- title: "Visual Eiffel Library.", "Win32 API: The `MEMORY_BASIC_INFORMATION%' structure contains information about a range of pages in the virtual address space of a process. The `VirtualQuery%' and `VirtualQueryEx%' functions use this structure."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_MEMORY_BASIC_INFORMATION
- feature -- Class data
-
BaseAddress: POINTER
-
AllocationBase: POINTER
-
AllocationProtect: BIT 32
-
RegionSize: INTEGER
-
State: BIT 32
-
Protect: BIT 32
-
Type: BIT 32
- feature -- Access
-
ptr: POINTER
- feature -- Queries
-
data_size: INTEGER
end -- class WAPI_MEMORY_BASIC_INFORMATION