Large Memory Allocation Problem in 16-Bit Device Driver Code

Hi All,

My problem is that I have to allocate memory greater than 50 MB and around
maximum 100 MB dynamically for generating a raster image in my 16-bit device
driver code.
I use GlobalAlloc and it fails. the VirtualAlloc function is not declared in
the windows.h that comes in the include file of the DDK and other options I
am not aware of. Please help its urgent.

Seasons Wishes,
Abhishek Gattani