JCL Help:ShellLinkFree

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Releases resources held by the ShellLink record.


Pascal

 procedure ShellLinkFree(var Link: TShellLink);


Parameters

Parameters Description
ShellLink The TShellLink record used earlier in ShellLinkCreate, ShellLinkCreateSystem or ShellLinkResolve.


Description

ShellLinkFree releases the resources held by the TShellLink parameter. You must call this function when you no longer need the record, otherwise your application leaks memory.


See Also

ShellLinkResolve ShellLinkCreate ShellLinkCreateSystem TShellLink


About

Unit

JclShell


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