include shell.inc VxDcall SHELL_LocalFree, <Handle>
Frees the memory that was allocated by SHELL_LocalAllocEx. Uses C calling conventions.
Handle
Handle of block of memory previously allocated by the SHELL_LocalAllocEx service. The handle must be the value previously returned in the EAX register by _SHELL_LocalAllocEx.
This service may be called only during application time. Failure to observe this restriction may crash the system.