CAtlFile::CAtlFile
The constructor.
CAtlFile( ) throw( );
CAtlFile(
CAtlFile& file
) throw( );
explicit CAtlFile(
HANDLE hFile
) throw( );
Parameters
file
The file object.hFile
The file handle.
Remarks
The copy constructor transfers ownership of the file handle from the original CAtlFile object to the newly constructed object.
Requirements
Header: atlfile.h