Home | History | Annotate | Download | only in include

Lines Matching full:error

105    *              an error occurs or if the end of the file is encountered before reaching
107 * @return ESR_INVALID_ARGUMENT if self is null; ESR_READ_ERROR if a reading error occurs
119 * an error occurs.
120 * @return ESR_INVALID_ARGUMENT if self is null; ESR_WRITE_ERROR if a writing error occurs
128 * @return ESR_INVALID_ARGUMENT if self is null; ESR_FLUSH_ERROR if a flushing error occurs
138 * @return ESR_INVALID_ARGUMENT if self is null; ESR_SEEK_ERROR if a seeking error occurs
147 * @return ESR_INVALID_ARGUMENT if self is null; ESR_INVALID_STATE if an internal error occurs
182 * Indicates if the error-flag is set in the PFile. This functionality is provided solely
186 * @param isError [out] True if the error-flag is set
192 * Clears the error-flag in the PFile. This functionality is provided solely
212 * In case the underlying function returns an error, it will be propegated by the wrapper.
221 * In case the underlying function returns an error, it will be propegated by the wrapper.
279 * an error occurs or if the end of the file is encountered before reaching
281 * @return ESR_INVALID_ARGUMENT if self is null; ESR_READ_ERROR if a reading error occurs
293 * an error occurs.
294 * @return ESR_INVALID_ARGUMENT if self is null; ESR_WRITE_ERROR if a writing error occurs
302 * @return ESR_INVALID_ARGUMENT if self is null; ESR_FLUSH_ERROR if a flushing error occurs
312 * @return ESR_INVALID_ARGUMENT if self is null; ESR_SEEK_ERROR if a seeking error occurs
321 * @return ESR_INVALID_ARGUMENT if self is null; ESR_INVALID_STATE if an internal error occurs
345 * Indicates if the error-flag is set in the PFile. This functionality is provided solely
349 * @param isError [out] True if the error-flag is set
355 * Clears the error-flag in the PFile. This functionality is provided solely
408 * @return ESR_READ_ERROR if a reading error occurs; ESR_SEEK_ERROR if a seeking error occurs;
419 * @return ESR_BUFFER_OVERFLOW if the value argument is too small; ESR_READ_ERROR if a reading error occurs;
420 * ESR_SEEK_ERROR if a seeking error occurs; ESR_INVALID_STATE if no EOF is reached before an LCHAR*