Core Function DLLOpen

From Sputnik Wiki
Revision as of 14:30, 12 September 2013 by UberFoX (Talk | contribs)
Jump to: navigation, search
DLLOpen( <DLLName>, <FunctionName/Alias>, <ReturnType>, <ParameterType>, <CharSet/CallingConvention> )

Contents

Description

Open a DLL and get a function from it and return it as a ready to call object function that is already compiled (vastly speeding up the repeat call speed).

Parameters

DLLName

See DLLImport( <varies...> ) for DLLName

FunctionName/Alias

See DLLImport( <varies...> ) for FunctionName/Alias

ReturnType

See DLLImport( <varies...> ) for ReturnType

ParameterType

See DLLImport( <varies...> ) for ParameterType

CharSet/CallingConvention

See DLLImport( <varies...> ) for CharSet/CallingConvention

Return Value

See DLLImport( <varies...> ) for return value

Remarks

See DLLCall( ... ) for Remarks

Example

See [[Core Function DLLCall|DLLCall( ... )] for Example

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox