Udostępnij za pośrednictwem


CHandle::CHandle

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

See Also

Reference

CHandle Class

CHandle::Attach

Other Resources

CHandle Members