Lines Matching refs:ConvertBoolToHRESULT
56 static inline HRESULT ConvertBoolToHRESULT(bool result) in ConvertBoolToHRESULT() function
159 return ConvertBoolToHRESULT(result); in Z7_COM7F_IMF()
176 return ConvertBoolToHRESULT(result); in Z7_COM7F_IMF()
188 return ConvertBoolToHRESULT(result); in Z7_COM7F_IMF()
281 return ConvertBoolToHRESULT(res != FALSE); in Z7_COM7F_IMF()
386 const HRESULT hres = ConvertBoolToHRESULT(result); in Z7_COM7F_IMF()
420 return ConvertBoolToHRESULT(File.GetLength(*size)); in Z7_COM7F_IMF()
799 return ConvertBoolToHRESULT(File.Close()); in Close()
811 return ConvertBoolToHRESULT(result); in Z7_COM7F_IMF()
840 return ConvertBoolToHRESULT(result); in Z7_COM7F_IMF()
856 return ConvertBoolToHRESULT(File.SetLength_KeepPosition(newSize)); in Z7_COM7F_IMF()
861 return ConvertBoolToHRESULT(File.GetLength(*size)); in GetSize()
900 return ConvertBoolToHRESULT(res != FALSE); in Z7_COM7F_IMF()