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