1 instantiation of HH_POPUP
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Help.cs (1)
160NativeMethods.HH_POPUP pop = new NativeMethods.HH_POPUP();
5 references to HH_POPUP
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Help.cs (3)
160NativeMethods.HH_POPUP pop = new NativeMethods.HH_POPUP(); 260else if (param is NativeMethods.HH_POPUP) { 261SafeNativeMethods.HtmlHelp(handle, pathAndFileName, HH_DISPLAY_TEXT_POPUP, (NativeMethods.HH_POPUP)param);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
2795internal int cbStruct=Marshal.SizeOf(typeof(HH_POPUP));
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
104public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.LPTStr)]string pszFile, int uCommand, [MarshalAs(UnmanagedType.LPStruct)]NativeMethods.HH_POPUP dwData);