Searched defs:LongToHandle (Results 1 – 1 of 1) sorted by relevance
71 static __inline void *LongToHandle (const __LONG32 h) { return ((void *) (INT_PTR) h); } in LongToHandle() function105 #define LongToHandle(h) ((HANDLE) (LONG_PTR) (h)) macro