Click or drag to resize

IPOPTLoaderLoadLibrary Method


Namespace: DWSIM.Thermodynamics
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DllImportAttribute("kernel32.dll", EntryPoint = "LoadLibraryA", CharSet = CharSet.Ansi, 
	ExactSpelling = true, SetLastError = true)]
private static IntPtr LoadLibrary(
	ref string lpFileName
)
Request Example View Source

Parameters

lpFileName  String
 

Return Value

IntPtr
See Also