Searched refs:ERROR_BAD_PARAMETER (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DWAVInputSource.cpp40 if (pErrorCode) *pErrorCode = ERROR_BAD_PARAMETER;
71 if (pErrorCode) *pErrorCode = ERROR_BAD_PARAMETER;
99 if (pErrorCode) *pErrorCode = ERROR_BAD_PARAMETER;
H A DUnBitArrayBase.cpp121 return ERROR_BAD_PARAMETER;
H A DAPECompressCreate.cpp20 return ERROR_BAD_PARAMETER;
117 return ERROR_BAD_PARAMETER;
H A DAPECompress.cpp191 if (pInputSource == NULL) return ERROR_BAD_PARAMETER;
H A DMACLib.cpp52 if (pErrorCode) *pErrorCode = ERROR_BAD_PARAMETER;
H A DAll.h202 #define ERROR_BAD_PARAMETER 5000 macro
231 { ERROR_BAD_PARAMETER , "bad parameter" }, \
H A DPrepare.cpp57 return ERROR_BAD_PARAMETER;

Completed in 89 milliseconds