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