JCL Help:FreeMultiSz@PAnsiMultiSz
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: FreeMultiSz Function
[+] JclAnsiStrings.pas Functions
Search in JCL Help
Search in all projects
Summary
Frees the memory pointed to by Dest.
Pascal
procedure FreeMultiSz(var Dest: PWideMultiSz);
procedure FreeMultiSz(var Dest: PMultiSz);
procedure FreeMultiSz(var Dest: PAnsiMultiSz);
Parameters
Parameters | Description |
var Dest: PWideMultiSz | The memory to free. Is set to nil before return. |
Description
FreeMultiSz frees the memory pointed to by Dest which is assumed to be a list of strings, each terminated by a NULL character, terminated by a double NULL character.
See Also
StringsToMultiSz MultiSzToStrings
About
Unit
Donator
Marcel van Brakel
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