Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
420 B

  1. // File: nmhelp.h
  2. #ifndef _NMHELP_H_
  3. #define _NMHELP_H_
  4. #include <htmlhelp.h>
  5. HRESULT InitHtmlHelpMarshaler(HINSTANCE hInst);
  6. VOID ShowNmHelp(LPCTSTR lpcszHtmlHelpFile);
  7. VOID DoNmHelp(HWND hwnd, UINT uCommand, DWORD_PTR dwData);
  8. VOID DoHelp(LPARAM lParam);
  9. VOID DoHelp(LPARAM lParam, const DWORD * rgId);
  10. VOID DoHelpWhatsThis(WPARAM wParam, const DWORD * rgId);
  11. VOID ShutDownHelp(void);
  12. #endif /* _NMHELP_H_ */