Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The constructor.
CHandle( ) throw( ); 
CHandle( 
   CHandle& h  
) throw( ); 
explicit CHandle( 
   HANDLE h  
) throw( );
Parameters
- h
 An existing handle or CHandle.
Remarks
Creates a new CHandle object, optionally using an existing handle or CHandle object.
Requirements
Header: atlbase.h