![]() |
vitasdk
Documentation of the vitasdk
|
Exports for User. More...
Functions | |
| int | _sceErrorGetExternalString (char *error_string, int error_code) |
| Convert an internal error code to an external one. | |
Exports for User.
Include the header file in your project:
Link the library to the executable:
| int _sceErrorGetExternalString | ( | char * | error_string, |
| int | error_code | ||
| ) |
Convert an internal error code to an external one.
| [out] | error_string | - External error code |
| [in] | error_code | - Internal error code |