JCL Help:StrLCopyW
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrLCopyW Function
Search in JCL Help
Search in all projects
Summary
Copies MaxLen characters from Source to Dest.
Pascal
function StrLCopyW(Dest: PWideChar; const Source: PWideChar; MaxLen: SizeInt): PWideChar;
Parameters
Parameters | Description |
Dest: PWideChar | Buffer which receives a (partial) copy of Source |
const Source: PWideChar | Source string |
MaxLen: SizeInt | Maximum number of characters to copy from Source to Dest. |
Return Value
Pointer to the Destination string.
Description
StrLCopyW copies up to MaxLen characters from Source to Dest and returns a pointer to Dest. The Dest buffer must have enough room to hold at least MaxLen + 1 characters.
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