Retrieves the service-specific textual representation of an error, reason, event, or command code.
const char * xxxGetText (unsigned code)
|
Argument |
Description |
|
code |
Error, reason, event, or command code specified by a service managed by this service manager. |
Pointer to returned character string.
xxxGetText returns a pointer to the text string corresponding to the service specific error, reason, event, or command in code. If the service does not know how to translate the code, NULL is returned to the dispatcher.
For more information about this function, refer to Runtime binding functions.