Core Function DLLClose
From Sputnik Wiki
(Difference between revisions)
(→Remarks) |
m (1 revision) |
||
(2 intermediate revisions by one user not shown) | |||
Line 22: | Line 22: | ||
=== 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