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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetsd.h203 static inline UINT16 PtrToUshort(const void *p) function
258 #define PtrToUshort(p) ((USHORT)(ULONG_PTR)(p)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetsd.h205 static inline UINT16 PtrToUshort(const void *p) function
260 #define PtrToUshort(p) ((USHORT)(ULONG_PTR)(p)) macro

Completed in 52 milliseconds