BExplorer.Shell.Interop.Shell32.SHShowManageLibraryUI C# (CSharp) Method

SHShowManageLibraryUI() private method

private SHShowManageLibraryUI ( [ library, [ hwndOwner, [ title, [ instruction, [ lmdOptions ) : int
library [
hwndOwner [
title [
instruction [
lmdOptions [
return int
		internal static extern int SHShowManageLibraryUI(
			[In, MarshalAs(UnmanagedType.Interface)] IShellItem library,
			[In] IntPtr hwndOwner,
			[In] string title,
			[In] string instruction,
			[In] LibraryManageDialogOptions lmdOptions);