table of contents
other versions
- wheezy 1.4.1-4
GlobalMemoryStatusEx(3w) | Wine API | GlobalMemoryStatusEx(3w) |
NAME¶
GlobalMemoryStatusEx (KERNEL32.@)SYNOPSIS¶
BOOL GlobalMemoryStatusEx(
LPMEMORYSTATUSEX lpmemex
)
DESCRIPTION¶
A version of GlobalMemoryStatus that can deal with memory over 4GB.RETURNS¶
TRUE¶
IMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/heap.c". Debug channel "heap".Oct 2012 | Wine API |