NAME

VirtualQuery  (KERNEL32.@)

SYNOPSIS

 SIZE_T VirtualQuery
 (
  LPCVOID                   addr,
  PMEMORY_BASIC_INFORMATION info,
  SIZE_T                    len
 )

PARAMS

addr [In] Address of region.
info [Out] Address of information buffer.
[In] Size of buffer.

DESCRIPTION

Provides information about a range of pages in virtual address space.

RETURNS

Number of bytes returned in information buffer or 0 if addr is >= 0xc0000000 (kernel space).

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/virtual.c". source.winehq.org/source/dlls/kernel/virtual.c

Debug channel "virtual".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.