Free the result of a CreateShellArgV function.
Source position: genfunch.inc line 21
procedure FreeShellArgV( |
p: PPAnsiChar |
); |
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. |