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.

49 lines
1.3 KiB

  1. extern EHRC APIENTRY EhrcGstCheck1EventHandler(HANDLE, HWND, UINT, WPARAM, LONG);
  2. extern EHRC APIENTRY EhrcGstMultiComboEventHandler(HANDLE, HWND, UINT, WPARAM, LONG);
  3. extern EHRC APIENTRY EhrcGstMaintenanceEventHandler(HANDLE, HWND, UINT, WPARAM, LONG);
  4. //extern VOID FSetDlgInstructionText(HWND);
  5. //extern VOID FSetDlgHelpContext(HWND);
  6. //extern VOID FSetDlgExitState(HWND);
  7. extern BOOL APIENTRY FDoDialog(SZ, HANDLE, HWND);
  8. extern BOOL APIENTRY FKillNDialogs(USHORT, BOOL);
  9. extern BOOL APIENTRY FHandleUIMessageBox(HWND);
  10. typedef struct _dlgmp
  11. {
  12. SZ szDlgType;
  13. WNDPROC FGstDlgProc;
  14. PFNEVENT EhrcEventHandler;
  15. } DLGMP, *pDLGMP;
  16. extern pDLGMP pdlgmpFindDlgType(SZ, pDLGMP);
  17. /*------------------------
  18. MENUDEMO.H header file
  19. ------------------------*/
  20. #define IDM_HELP 1
  21. #define IDM_INFO 2
  22. #define IDM_EDIT 3
  23. #define IDM_RADIO 4
  24. #define IDM_LIST 5
  25. #define IDM_MULTI 6
  26. #define IDM_QUIT 7
  27. #define IDM_SHOWA 8
  28. #define IDM_SHOWNA 9
  29. #define IDM_HIDE 10
  30. #define IDM_ACTIVATE 11
  31. #define IDM_INACTIVATE 12
  32. #define IDM_PUSH 13
  33. #define IDM_POP 14
  34. #define IDM_SHOWHELP 15
  35. #define IDM_CLOSEHELP 16
  36. #define IDM_RESUME 17
  37. #define IDM_ENABLE 18
  38. #define IDM_DISABLE 19
  39. #define IDM_POP1 20
  40. #define IDM_POP2 21
  41. #define IDM_POP3 22
  42. #define IDM_POP4 23