[Overview][Constants][Types][Procedures and functions][Index] |
Free the result of a CreateShellArgV function
Source position: genfunch.inc line 21
procedure FreeShellArgV( |
p: ppchar |
); |
FreeShellArgV frees the memory pointed to by P, which was allocated by a call to CreateShellArgV.
None.
|
Create a null-terminated array of strings from a command-line string |