There is also a more subtle problem with IsValidHandle() in that it will tell you if a Handle is readable or not, but it will not type check it. That is, your Handle could change types, revalidate, and then not work in the same native. All in all it was a disastrous API idea and I regret adding it
__________________