Zen API
|
Copies characters from source to destination.
If the buffer is insufficient, the copy will transfer as many characters as possible, null-terminate the resulting string, and return kERROR_INCOMPLETE.
If the destination capacity is zero, kERROR_PARAMETER will be returned.
dest | Destination for the string copy. |
capacity | Capacity of destination buffer, in characters. |
src | Source for the string copy. |