IPOPTLoaderLoadLibrary Method

Definition

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

Parameters

lpFileName  String
 

Return Value

IntPtr

See Also