#Win32s data
David,
Memory allocations under Win32s are always above the 2Gb point. It is not
possible to get memory below this address. The recommended solution is to use
the low bit as a mark bit. You can use the GetSystemInfo() API to determine
the upper and lower limits of application address space.
Thanks,
Michael Markley [Microsoft Developer Support]
There is 1 Reply.