File: Windows.Win32.HH_AKLINK.g.cs
Project: src\src\System.Windows.Forms.Primitives\src\System.Windows.Forms.Primitives.csproj (System.Windows.Forms.Primitives)
// ------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------

#pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981
using global::System;
using global::System.Diagnostics;
using global::System.Diagnostics.CodeAnalysis;
using global::System.Runtime.CompilerServices;
using global::System.Runtime.InteropServices;
using global::System.Runtime.Versioning;
using winmdroot = global::Windows.Win32;
namespace Windows.Win32
{
	namespace Data.HtmlHelp
	{
		/// <summary>Use this structure to specify one or more ALink names or KLink keywords that you want to search for.</summary>
		/// <remarks>
		/// <para></para>
		/// <para>This doc was truncated.</para>
		/// <para><see href="https://learn.microsoft.com/windows/win32/api/htmlhelp/ns-htmlhelp-hh_aklink#">Read more on docs.microsoft.com</see>.</para>
		/// </remarks>
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal partial struct HH_AKLINK
		{
			/// <summary>Specifies the size of the structure. This value must always be filled in before passing the structure to the HTML Help API.</summary>
			internal int cbStruct;

			/// <summary>This parameter must be set to FALSE.</summary>
			internal winmdroot.Foundation.BOOL fReserved;

			/// <summary>Specifies one or more ALink names or KLink keywords to look up. Multiple entries are delimited by a semicolon.</summary>
			internal unsafe sbyte* pszKeywords;

			/// <summary>Specifies the topic file to navigate to if the lookup fails. <i>pszURL</i> refers to a <a href="https://docs.microsoft.com/previous-versions/windows/desktop/htmlhelp/about-html-help-urls">valid topic</a> within the specified compiled help (.chm) file and does not support Internet protocols that point to an HTML file.</summary>
			internal unsafe sbyte* pszUrl;

			/// <summary>Specifies the text to display in a message box if the lookup fails and <i>fIndexOnFail</i> is FALSE and <i>pszURL</i> is NULL.</summary>
			internal unsafe sbyte* pszMsgText;

			/// <summary>Specifies the caption of the message box in which the <i>pszMsgText</i> parameter appears.</summary>
			internal unsafe sbyte* pszMsgTitle;

			/// <summary>
			/// <para>Specifies the name of the window type in which to display one of the following:</para>
			/// <para></para>
			/// <para>This doc was truncated.</para>
			/// <para><see href="https://learn.microsoft.com/windows/win32/api/htmlhelp/ns-htmlhelp-hh_aklink#members">Read more on docs.microsoft.com</see>.</para>
			/// </summary>
			internal unsafe sbyte* pszWindow;

			/// <summary>Specifies whether to display the keyword in the Index tab of the HTML Help Viewer if the lookup fails. The value of <i>pszWindow</i> specifies the Help Viewer.</summary>
			internal winmdroot.Foundation.BOOL fIndexOnFail;
		}
	}
}