Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Dynamically Linked Library
See also: dlopen dlcall dlquery dlcallex

Function: dlclose
Description: dlclose closes a dynamically linked library loaded by dlopen.

Link:
Usage: dlclose ({n})
Input:
n scalar, handle of the dll or
n string, name of the dll

Note:

Example:
h=dlopen("gplm.dll")
dlclose(h)

Result:
dll with handle h is closed (if there is any)



(C) MD*TECH Method and Data Technologies, 05.02.2006