Changeset 1417 for pjproject/trunk/pjmedia/include/pjmedia/errno.h
- Timestamp:
- Aug 16, 2007 10:11:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/errno.h
r974 r1417 522 522 523 523 524 /** 525 * Get error message for the specified error code. Note that this 526 * function is only able to decode PJMEDIA specific error code. 527 * Application should use pj_strerror(), which should be able to 528 * decode all error codes belonging to all subsystems (e.g. pjlib, 529 * pjmedia, pjsip, etc). 530 * 531 * @param status The error code. 532 * @param buffer The buffer where to put the error message. 533 * @param bufsize Size of the buffer. 534 * 535 * @return The error message as NULL terminated string, 536 * wrapped with pj_str_t. 537 */ 538 PJ_DECL(pj_str_t) pjmedia_strerror( pj_status_t status, char *buffer, 539 pj_size_t bufsize); 540 524 541 525 542 PJ_END_DECL
Note: See TracChangeset
for help on using the changeset viewer.