|
Zen API
|
Formats a string using printf-style arguments.
This function relies on formatting support from underlying system libraries; results can vary.
If the output buffer is insufficient, kERROR_INCOMPLETE will be returned. In this case, the destination buffer will contain truncated, null-terminated output.
| dest | Destination for formatted output. |
| capacity | Capacity of output buffer. |
| format | Print format string. |