Searched defs:HandleToULong (Results 1 – 1 of 1) sorted by relevance
68 …static __inline unsigned __LONG32 HandleToULong (const void *h) { return ((unsigned __LONG32) (ULO… in HandleToULong() function102 #define HandleToULong(h) ((ULONG) (ULONG_PTR) (h)) macro