<DllImport("Shell32", CharSet := CharSet.Unicode, CallingConvention := CallingConvention.Winapi, SetLastError := True)> _
Public Shared Function SHShowManageLibraryUI(<[In](), MarshalAs(UnmanagedType.[Interface])> ByVal library As IShellItem, <[In]()> ByVal hwndOwner As IntPtr, <[In]()> ByVal title As String, <[In]()> ByVal instruction As String, <[In]()> ByVal lmdOptions As LIBRARYMANAGEDIALOGOPTIONS) As Integer
End Function