Searched refs:ULongToPtr (Results 1 – 1 of 1) sorted by relevance
81 static __inline void *ULongToPtr (const unsigned __LONG32 ul) { return ((void *) (ULONG_PTR)ul); } in ULongToPtr() function115 #define ULongToPtr(ul) ((VOID *) (ULONG_PTR) ((unsigned __LONG32) ul)) macro132 #define UlongToPtr(ul) ULongToPtr (ul)