JCL Help:StrMoveW
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrMoveW Function
Search in JCL Help
Search in all projects
Summary
Copies a string from Source to Dest.
Pascal
function StrMoveW(Dest: PWideChar; const Source: PWideChar; Count: SizeInt): PWideChar;
Parameters
Parameters | Description |
Dest: PWideChar | Pointer to a buffer that receives a copy of the source string. |
const Source: PWideChar | Source string from which to copy. |
Count: SizeInt | The number of characters to copy from Source to Dest. |
Return Value
Copy of the Dest pointer.
Description
StrMoveW copies Count characters from Source to Destination. Dest must have enough room to hold at least Count + 1 characters.
See Also
About
Unit
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page