VirtualQuery(3w)

NAME

VirtualQuery (KERNEL32.@)

SYNOPSIS

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

DESCRIPTION

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

PARAMS

addr [In] Address of region.

info [Out] Address of information buffer.

len [In] Size of buffer.

RETURNS

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

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/virtual.c".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout