You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's just general good practice to use the SafeHandle class when working with native handles, since it's been designed by very smart people who know about all the corner cases.
The SafeHandle class takes care of all edge cases that occur when managed code uses a native resource.
The text was updated successfully, but these errors were encountered: