1 instantiation of HH_AKLINK
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Help.cs (1)
473NativeMethods.HH_AKLINK alink = new NativeMethods.HH_AKLINK();
5 references to HH_AKLINK
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Help.cs (3)
245else if (htmlParam is NativeMethods.HH_AKLINK) { 250SafeNativeMethods.HtmlHelp(handle, pathAndFileName, htmlCommand, (NativeMethods.HH_AKLINK)htmlParam); 473NativeMethods.HH_AKLINK alink = new NativeMethods.HH_AKLINK();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
2783internal int cbStruct=Marshal.SizeOf(typeof(HH_AKLINK));
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
110public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.LPTStr)]string pszFile, int uCommand, [MarshalAs(UnmanagedType.LPStruct)]NativeMethods.HH_AKLINK dwData);