Copies characters from the source string to the target buffer until reaching the specified terminating character.
- Parameters
-
pBuffer | Target buffer to receive a copy of the string. |
pString | Source string. |
terminator | Terminating character. |
- Returns
- pBuffer which can be used as a paramater to other functions.
- See Also
- MFString_Copy()