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.

26 lines
883 B

  1. //===========================================================================
  2. // dmtfail.h
  3. //
  4. // History:
  5. // 10/11/1999 - davidkl - created
  6. //===========================================================================
  7. #ifndef _DMTFAIL_H
  8. #define _DMTFAIL_H
  9. //---------------------------------------------------------------------------
  10. // prototypes
  11. /*BOOL*/INT_PTR CALLBACK dmtfailDlgProc(HWND hwnd,
  12. UINT uMsg,
  13. WPARAM wparam,
  14. LPARAM lparam);
  15. BOOL dmtfailOnInitDialog(HWND hwnd,
  16. HWND hwndFocus,
  17. LPARAM lparam);
  18. BOOL dmtfailOnCommand(HWND hwnd,
  19. WORD wId,
  20. HWND hwndCtrl,
  21. WORD wNotifyCode);
  22. //---------------------------------------------------------------------------
  23. #endif // _DMTFAIL_H