|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
Utility and error-handling functions
|
Functions | |
const char * | playerc_error_str (void) |
const char * | playerc_lookup_name (int code) |
int | playerc_lookup_code (const char *name) |
|
Retrieve the last error (as a descriptive string). Most functions in will return 0 on success and non-zero value on error; a descriptive error message can be obtained by calling this function. |
|
Get the name for a given interface code. |
|
Get the interface code for a given name. |