HomeSort by relevance Sort by last modified time
    Searched refs:GMEM_MOVEABLE (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/MagickCore/
nt-feature.c 176 bitmap_bitsH=(HANDLE) GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE,page.width*
616 bitmap_bitsH=(HANDLE) GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE,length);
  /external/libvncserver/client_examples/
scrap.c 295 hMem = GlobalAlloc((GMEM_MOVEABLE|GMEM_DDESHARE), dstlen);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 434 #define GMEM_MOVEABLE 0x2
448 #define GHND (GMEM_MOVEABLE | GMEM_ZEROINIT)
453 #define GlobalDiscard(h) GlobalReAlloc((h),0,GMEM_MOVEABLE)
    [all...]

Completed in 262 milliseconds