CFile::Duplicate
virtualCFile*Duplicate()const;
throw(CFileException);
Return Value
A pointer to a duplicate CFile object.
Remarks
Constructs a duplicate CFile object for a given file. This is equivalent to the C run-time function _dup.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
virtualCFile*Duplicate()const;
throw(CFileException);
Return Value
A pointer to a duplicate CFile object.
Remarks
Constructs a duplicate CFile object for a given file. This is equivalent to the C run-time function _dup.