| 
    lean cpp library
   
    
   A lean C++ library providing efficient utility classes for high-performance C++ applications. 
   | 
  
  
  
 
Window 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.   | |
Window handle guard policy.
| static LEAN_INLINE void lean::smart::destroy_window_policy< Handle >::release | ( | Handle | handle | ) |  [inline, static] | 
        
Releases the given handle by calling.
DestroyWindow()
.
 1.7.6.1