|
VLC 4.0.0-dev
|
Macros | |
| #define | VLC_SUCCESS 0 |
| No error. | |
| #define | VLC_EGENERIC (-2 * (1 << (sizeof (int) * 8 - 2))) /* INT_MIN */ |
| Unspecified error. | |
| #define | VLC_ENOMEM (-ENOMEM) |
| Not enough memory. | |
| #define | VLC_ETIMEOUT (-ETIMEDOUT) |
| Timeout. | |
| #define | VLC_ENOENT (-ENOENT) |
| Not found. | |
| #define | VLC_EINVAL (-EINVAL) |
| Bad variable value. | |
| #define | VLC_EACCES (-EACCES) |
| Operation forbidden. | |
| #define | VLC_ENOTSUP (-ENOTSUP) |
| Operation not supported. | |
| #define VLC_EACCES (-EACCES) |
Operation forbidden.
| #define VLC_EGENERIC (-2 * (1 << (sizeof (int) * 8 - 2))) /* INT_MIN */ |
Unspecified error.
| #define VLC_EINVAL (-EINVAL) |
Bad variable value.
| #define VLC_ENOENT (-ENOENT) |
Not found.
| #define VLC_ENOMEM (-ENOMEM) |
Not enough memory.
| #define VLC_ENOTSUP (-ENOTSUP) |
Operation not supported.
| #define VLC_ETIMEOUT (-ETIMEDOUT) |
Timeout.
| #define VLC_SUCCESS 0 |
No error.