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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 68 static __inline unsigned __LONG32 HandleToULong(const void *h) { return((unsigned __LONG32) (ULONG_PTR) h); }
105 #define HandleToULong(h) ((ULONG)(ULONG_PTR)(h))
132 #define HandleToUlong(h) HandleToULong(h)
winuser.h     [all...]

Completed in 491 milliseconds