Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/include/
Dbasetsd.h75 static __inline __LONG32 PtrToLong (const void *p) { return ((__LONG32) (LONG_PTR) p); } in PtrToLong() function
107 #define PtrToLong(p) ((LONG) (LONG_PTR) (p)) macro