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.

33 lines
1006 B

  1. //===========================================================================
  2. // dmtstress.h
  3. //
  4. // History:
  5. // 08/20/1999 - davidkl - created
  6. //===========================================================================
  7. #ifndef _DMTSTRESS_H
  8. #define _DMTSTRESS_H
  9. //---------------------------------------------------------------------------
  10. // prototypes
  11. BOOL CALLBACK dmtstressDlgProc(HWND hwnd,
  12. UINT uMsg,
  13. WPARAM wparam,
  14. LPARAM lparam);
  15. BOOL dmtstressOnInitDialog(HWND hwnd,
  16. HWND hwndFocus,
  17. LPARAM lparam);
  18. BOOL dmtstressOnClose(HWND hwnd);
  19. BOOL dmtstressOnCommand(HWND hwnd,
  20. WORD wId,
  21. HWND hwndCtrl,
  22. WORD wNotifyCode);
  23. DWORD WINAPI dmtstressThreadProc(void *pvData);
  24. //---------------------------------------------------------------------------
  25. #endif // _DMTSTRESS_H