Example #1
0
 static extern IntPtr HtmlHelp(IntPtr hWndCaller, string helpFile, HtmlHelpCommand command, int data);
 public static extern int HtmlHelp(HandleRef hwndCaller, [MarshalAs(UnmanagedType.LPTStr)] string pszFile, HtmlHelpCommand uCommand, string dwData);