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