Home
last modified time | relevance | path

Searched defs:HandleToLong (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dbasetsd.h69 static __inline __LONG32 HandleToLong (const void *h) { return ((__LONG32) (LONG_PTR) h); } in HandleToLong() function
103 #define HandleToLong(h) ((LONG) (LONG_PTR) (h)) macro