Поделиться через


CAtlFile::CAtlFile

The constructor.

CAtlFile( ) throw( ); 
CAtlFile(
   CAtlFile& file 
) throw( );
explicit CAtlFile(
   HANDLE hFile 
) throw( );

Параметры

  • file
    The file object.

  • hFile
    The file handle.

Заметки

The copy constructor transfers ownership of the file handle from the original CAtlFile object to the newly constructed object.

Требования

Header: atlfile.h

См. также

Основные понятия

CAtlFile Class

CAtlFile Members