VirtualQueryEx (KERNEL32.@)
SIZE_T VirtualQueryEx ( HANDLE process, LPCVOID addr, PMEMORY_BASIC_INFORMATION info, SIZE_T len )
Provides information about a range of pages in virtual address space of a specified process.
process | [In] | Handle to process. |
addr | [In] | Address of region. |
info | [Out] | Address of information buffer. |
len | [In] | Size of buffer. |
Number of bytes returned in information buffer.
Defined in "winbase.h".
Implemented in "dlls/kernel32/virtual.c". source.winehq.org/source/dlls/kernel32/virtual.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.