CHandle::CHandle
The constructor.
CHandle( ) throw( );
CHandle(
CHandle& h
) throw( );
explicit CHandle(
HANDLE h
) throw( );
Параметры
- h
An existing handle or CHandle.
Заметки
Creates a new CHandle object, optionally using an existing handle or CHandle object.
Требования
Header: atlbase.h