Leaked source code of windows server 2003
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
949 B

  1. //===========================================================================
  2. // dmtabout.h
  3. //
  4. // History:
  5. // 08/20/1999 - davidkl - created
  6. //===========================================================================
  7. #ifndef _DMTABOUT_H
  8. #define _DMTABOUT_H
  9. //---------------------------------------------------------------------------
  10. // prototypes
  11. BOOL CALLBACK dmtaboutDlgProc(HWND hwnd,
  12. UINT uMsg,
  13. WPARAM wparam,
  14. LPARAM lparam);
  15. BOOL dmtaboutOnInitDialog(HWND hwnd,
  16. HWND hwndFocus,
  17. LPARAM lparam);
  18. BOOL dmtaboutOnClose(HWND hwnd);
  19. BOOL dmtaboutOnCommand(HWND hwnd,
  20. WORD wId,
  21. HWND hwndCtrl,
  22. WORD wNotifyCode);
  23. //---------------------------------------------------------------------------
  24. #endif // _DMTABOUT_H