CreateDIBSection
-
hello, Is it possible to have CreateDIBSection to allocate the bitmap in system memory rather than in video memory (without DDraw) ?
CreateDIBSection allocates bitmap data in 'system' memory, not in video memory. Tomasz Sowinski -- http://www.shooltz.com
*** Vodka. Connecting people. ***
-
CreateDIBSection allocates bitmap data in 'system' memory, not in video memory. Tomasz Sowinski -- http://www.shooltz.com
*** Vodka. Connecting people. ***
-
The fourth parameter of CreateDIBSection (VOID **ppvBits) gives me values over 0x80000000, is it still system memory ?
What's wrong with 0x80000000? Tomasz Sowinski -- http://www.shooltz.com
*** Vodka. Connecting people. ***
-
What's wrong with 0x80000000? Tomasz Sowinski -- http://www.shooltz.com
*** Vodka. Connecting people. ***