Exemple #1
0
 public static extern IntPtr LoadLibraryEx(string lpFileName, IntPtr hReservedNull, LOAD_LIBRARY dwFlags);
Exemple #2
0
 public static extern IntPtr LoadLibraryEx([In] [MarshalAs(UnmanagedType.LPTStr)] string lpLibFileName, IntPtr hFile, LOAD_LIBRARY dwFlags);
 public static extern Microsoft.Win32.SafeHandles.SafeLibraryHandle LoadLibraryEx([MarshalAs(UnmanagedType.LPTStr)] string lpFileName, IntPtr hFile, LOAD_LIBRARY dwFlags);