Lines Matching refs:ConvertBoolToHRESULT
18 static inline HRESULT ConvertBoolToHRESULT(bool result) in ConvertBoolToHRESULT() function
116 return ConvertBoolToHRESULT(result); in Read()
133 return ConvertBoolToHRESULT(result); in Read()
145 return ConvertBoolToHRESULT(result); in Read()
218 return ConvertBoolToHRESULT(res != FALSE); in Read()
276 return ConvertBoolToHRESULT(result); in Seek()
292 return ConvertBoolToHRESULT(File.GetLength(*size)); in GetSize()
338 return ConvertBoolToHRESULT(File.Close()); in Close()
350 return ConvertBoolToHRESULT(result); in Write()
378 return ConvertBoolToHRESULT(result); in Seek()
413 return ConvertBoolToHRESULT(File.GetLength(*size)); in GetSize()
452 return ConvertBoolToHRESULT(res != FALSE); in Write()