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