IPOPTLoaderLoadLibrary Method |
Namespace: DWSIM.ThermodynamicsAssembly: 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
)
<DllImportAttribute("kernel32.dll", EntryPoint := "LoadLibraryA", CharSet := CharSet.Ansi,
ExactSpelling := true, SetLastError := true>]
Private Shared Function LoadLibrary (
ByRef lpFileName As String
) As IntPtr
Request Example
View SourceParameters
- lpFileName String
-
Return Value
IntPtrSee Also