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.

32 lines
470 B

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. expldlg.h
  5. Abstract:
  6. <abstract>
  7. --*/
  8. #ifndef _EXPLDLG_H_
  9. #define _EXPLDLG_H_
  10. // dialog box messages
  11. #define EDM_EXPLAIN_DLG_CLOSING (WM_USER+0x100)
  12. #define EDM_UPDATE_EXPLAIN_TEXT (WM_USER+0x101)
  13. #define EDM_UPDATE_TITLE_TEXT (WM_USER+0x102)
  14. BOOL
  15. ExplainTextDlgProc (
  16. IN HWND hDlg,
  17. IN UINT message,
  18. IN WPARAM wParam,
  19. IN LPARAM lParam
  20. );
  21. #endif //_EXPLDLG_H_