Searched defs:GMEM_MOVEABLE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h471 #define GMEM_MOVEABLE 0x0002 macro
486 #define GHND (GMEM_MOVEABLE | GMEM_ZEROINIT)
491 #define GlobalDiscard(h) (GlobalReAlloc((h),0,GMEM_MOVEABLE))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h457 #define GMEM_MOVEABLE 0x0002 macro
472 #define GHND (GMEM_MOVEABLE | GMEM_ZEROINIT)
477 #define GlobalDiscard(h) (GlobalReAlloc((h),0,GMEM_MOVEABLE))

Completed in 70 milliseconds