#include "StdAfx.h"#include <fcntl.h>#include <unistd.h>#include <errno.h>#include "FileStreams.h"Go to the source code of this file.
Functions | |
| static HRESULT | ConvertBoolToHRESULT (bool result) |
| static HRESULT ConvertBoolToHRESULT | ( | bool | result | ) | [inline, static] |
Definition at line 15 of file FileStreams.cpp.
References E_FAIL, GetLastError(), and S_OK.
Referenced by CInFileStream::GetSize(), CStdInFileStream::Read(), CInFileStream::Read(), COutFileStream::Seek(), CInFileStream::Seek(), CStdOutFileStream::Write(), and COutFileStream::Write().
1.5.6