ll_libfree

DLLの開放

ll_libfree n1

n1 : ll_libloadで取得したDLLのハンドル

解説

ll_libloadを使ってロードしたDLLを開放します。
必要がなくなったDLLはこの命令で開放してください。
(この命令はWin32APIのFreeLibraryそのものです。)

サンプル

	ll_libload h_User32,"user32.dll"
		.
		.
	ll_libfree h_User32

関連項目

ll_libloadDLLのロード

サンプル逆引き (6)

test_libload1.as
test_libload2.as
test_libload3.as
test_libload4.as
test_libload5.as
test_libload6.as

情報

バージョン2.61
作成日2004/03/01
著作者tom
URLhttp://www5b.biglobe.ne.jp/~diamond/hsp/hsp2file.htm
備考ver2.61標準命令
タイプ内蔵命令
グループOSシステム制御命令
hs ファイルhsphelp\loadlib.hs