1 instantiation of HH_FTS_QUERY
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Help.cs (1)
456NativeMethods.HH_FTS_QUERY ftsQuery = new NativeMethods.HH_FTS_QUERY();
5 references to HH_FTS_QUERY
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Help.cs (3)
242else if (htmlParam is NativeMethods.HH_FTS_QUERY) { 243SafeNativeMethods.HtmlHelp(handle, pathAndFileName, htmlCommand, (NativeMethods.HH_FTS_QUERY)htmlParam); 456NativeMethods.HH_FTS_QUERY ftsQuery = new NativeMethods.HH_FTS_QUERY();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
2811internal int cbStruct = Marshal.SizeOf(typeof(HH_FTS_QUERY));
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
107public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.LPTStr)]string pszFile, int uCommand, [MarshalAs(UnmanagedType.LPStruct)]NativeMethods.HH_FTS_QUERY dwData);