Home
last modified time | relevance | path

Searched refs:ULongToPtr (Results 1 – 1 of 1) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dbasetsd.h81 static __inline void *ULongToPtr (const unsigned __LONG32 ul) { return ((void *) (ULONG_PTR)ul); } in ULongToPtr() function
115 #define ULongToPtr(ul) ((VOID *) (ULONG_PTR) ((unsigned __LONG32) ul)) macro
132 #define UlongToPtr(ul) ULongToPtr (ul)