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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 17 #define GlobalPtrHandle(lp) ((HGLOBAL)LOWORD(GlobalHandle(SELECTOROF(lp))))
19 #define GlobalLockPtr(lp) ((WINBOOL)SELECTOROF(GlobalLock(GlobalPtrHandle(lp))))
20 #define GlobalUnlockPtr(lp) GlobalUnlock(GlobalPtrHandle(lp))
23 #define GlobalReAllocPtr(lp,cbNew,flags) (GlobalUnlockPtr(lp),GlobalLock(GlobalReAlloc(GlobalPtrHandle(lp) ,(cbNew),(flags))))
24 #define GlobalFreePtr(lp) (GlobalUnlockPtr(lp),(WINBOOL)GlobalFree(GlobalPtrHandle(lp)))
    [all...]
windowsx.h 22 #define GlobalPtrHandle(lp) ((HGLOBAL)GlobalHandle(lp))
23 #define GlobalLockPtr(lp) ((WINBOOL)GlobalLock(GlobalPtrHandle(lp)))
24 #define GlobalUnlockPtr(lp) GlobalUnlock(GlobalPtrHandle(lp))
26 #define GlobalReAllocPtr(lp,cbNew,flags) (GlobalUnlockPtr(lp),GlobalLock(GlobalReAlloc(GlobalPtrHandle(lp) ,(cbNew),(flags))))
27 #define GlobalFreePtr(lp) (GlobalUnlockPtr(lp),(WINBOOL)(ULONG_PTR)GlobalFree(GlobalPtrHandle(lp)))
    [all...]

Completed in 220 milliseconds