lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Dll handle guard policy. More...
#include <handle_guard.h>
Static Public Member Functions | |
static LEAN_INLINE Handle | invalid () |
Returns an invalid handle value. | |
static LEAN_INLINE void | release (Handle handle) |
Releases the given handle by calling. |
Dll handle guard policy.
static LEAN_INLINE void lean::smart::free_library_policy< Handle >::release | ( | Handle | handle | ) | [inline, static] |
Releases the given handle by calling.
FreeLibrary()
.