GlobalMemoryStatus(3w)
NAME
GlobalMemoryStatus (KERNEL32.@)
SYNOPSIS
VOID GlobalMemoryStatus
(
LPMEMORYSTATUS lpBuffer
)
DESCRIPTION
Provides information about the status of the memory, so applications
can tell roughly how much they are able to allocate.
RETURNS
None
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/heap.c".
- Debug channel "heap".