Searched refs:ULongToHandle (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dbasetsd.h70 static __inline void *ULongToHandle(const unsigned __LONG32 h) { return((void *) (UINT_PTR) h); } function
107 #define ULongToHandle(ul) ((HANDLE)(ULONG_PTR) (ul)) macro
133 #define UlongToHandle(ul) ULongToHandle(ul)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dbasetsd.h70 static __inline void *ULongToHandle(const unsigned __LONG32 h) { return((void *) (UINT_PTR) h); } function
107 #define ULongToHandle(ul) ((HANDLE)(ULONG_PTR) (ul)) macro
133 #define UlongToHandle(ul) ULongToHandle(ul)

Completed in 36 milliseconds