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
1.1 KiB

  1. /**MOD+**********************************************************************/
  2. /* Module: euiint.h */
  3. /* */
  4. /* Purpose: WinCE specific ui functionality */
  5. /* */
  6. /* Copyright(C) Microsoft Corporation 1997 */
  7. /* */
  8. /****************************************************************************/
  9. #define UI_HELP_TEXT_RESOURCE_MAX_LENGTH 1024 * 10
  10. #define HELP_CONTEXT 0x0001L /* Display topic in ulTopic */
  11. #define HELP_CONTENTS 0x0003L
  12. #define HELP_HELPONHELP 0x0004L /* Display help on using help */
  13. #define HELP_PARTIALKEY 0x0105L
  14. DCVOID UIRegisterHelpClass(HINSTANCE hInstance);
  15. BOOL WinHelp(HWND hWndMain, LPCTSTR lpszHelp, UINT uCommand, DWORD dwData);
  16. BOOL CALLBACK UIHelpDlgProc(HWND hwndDlg, UINT uMsg,
  17. WPARAM wParam, LPARAM lParam);