Windows\Win32\PInvoke.HtmlHelp.cs (6)
10/// <inheritdoc cref="HtmlHelp(HWND, string, HTML_HELP_COMMAND, nuint)" />
14HWND result = HtmlHelp(hwndCaller.Handle, pszFile, uCommand, dwData);
19/// <inheritdoc cref="HtmlHelp(HWND, string, HTML_HELP_COMMAND, nuint)" />
25HWND result = HtmlHelp(hwndCaller.Handle, pszFile, uCommand, (nuint)d);
31/// <inheritdoc cref="HtmlHelp(HWND, string, HTML_HELP_COMMAND, nuint)" />
42HWND result = HtmlHelp(hwndCaller.Handle, pszFile, uCommand, (nuint)v);