5 references to LOAD_LIBRARY_FLAGS
System.Windows.Forms.Primitives (5)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (4)
585 /// <inheritdoc cref="LoadLibraryEx(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HANDLE, winmdroot.System.LibraryLoader.LOAD_LIBRARY_FLAGS)"/> 587 internal static unsafe winmdroot.Foundation.HMODULE LoadLibraryEx(string lpLibFileName, winmdroot.System.LibraryLoader.LOAD_LIBRARY_FLAGS dwFlags) 615 internal static winmdroot.Foundation.HMODULE LoadLibraryEx(winmdroot.Foundation.PCWSTR lpLibFileName, winmdroot.Foundation.HANDLE hFile, winmdroot.System.LibraryLoader.LOAD_LIBRARY_FLAGS dwFlags) 623 static extern winmdroot.Foundation.HMODULE LocalExternFunction(winmdroot.Foundation.PCWSTR lpLibFileName, winmdroot.Foundation.HANDLE hFile, winmdroot.System.LibraryLoader.LOAD_LIBRARY_FLAGS dwFlags);
Windows\Win32\PInvoke.LoadLibrary.cs (1)
50HINSTANCE result = LoadLibraryEx(libraryName, LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_SEARCH_SYSTEM32);