HomeSort by relevance Sort by last modified time
    Searched refs:PtrToLong (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 75 static __inline __LONG32 PtrToLong(const void *p) { return((__LONG32) (LONG_PTR) p); }
110 #define PtrToLong(p) ((LONG)(LONG_PTR) (p))
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
invasive.cc 192 ::EnumWindows(EnumWindowCallback, PtrToLong(output));

Completed in 52 milliseconds