Searched defs:HandleToULong (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetsd.h163 static inline ULONG32 HandleToULong(const void *h) function
250 #define HandleToULong(h) ((ULONG)(ULONG_PTR)(h)) macro
267 #define HandleToUlong(h) HandleToULong(h)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetsd.h165 static inline ULONG32 HandleToULong(const void *h) function
252 #define HandleToULong(h) ((ULONG)(ULONG_PTR)(h)) macro
269 #define HandleToUlong(h) HandleToULong(h)

Completed in 546 milliseconds