Core Function DLLClose
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> DLLClose( <DLL> ) </pre> === Description === Close and unset a return value from DLLOpen(). === Parameters === ==== DLL ==== The return value from a DLLOpen() function....") |
m (1 revision) |
||
(3 intermediate revisions by one user not shown) | |||
Line 18: | Line 18: | ||
=== Remarks === | === Remarks === | ||
− | See [[Core Function DLLCall|DLLCall( ... )] for Remarks | + | See [[Core Function DLLCall|DLLCall( ... )]] for Remarks |
=== Example === | === Example === | ||
− | See [[Core Function DLLCall|DLLCall( ... )] for Example | + | See [[Core Function DLLCall|DLLCall( ... )]] for Example |
[[Category:Core Function]] | [[Category:Core Function]] |
Latest revision as of 12:37, 14 June 2015
DLLClose( <DLL> )
Contents |
Description
Close and unset a return value from DLLOpen().
Parameters
DLL
The return value from a DLLOpen() function.
Return Value
See DLLImport( <varies...> ) for return value
Remarks
See DLLCall( ... ) for Remarks
Example
See DLLCall( ... ) for Example