Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Handle Verifier

The Handle checks ensure that applications do not attempt to use invalid handles. This includes the following:

  • Ensures that handles are valid when passed to APIs that take a handle. If a NULL value or an INVALID_HANDLE_VALUE value is passed, the handle is clearly invalid and further investigation is necessary.

  • Ensures that TLS indexes passed to TLS functions are valid.

  • Ensures that APIs are not called with handles that have been closed.

Handle Verifier Stops

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker