xxxGetText

Retrieves the service-specific textual representation of an error, reason, event, or command code.

Prototype

const char * xxxGetText (unsigned code)

Argument

Description

code

Error, reason, event, or command code specified by a service managed by this service manager.


Return values

Pointer to returned character string.

Details

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.

See also

xxxFormatMessage