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.

29 lines
595 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: REGDWDED.H
  6. *
  7. * VERSION: 4.01
  8. *
  9. * AUTHOR: Tracy Sharpe
  10. *
  11. * DATE: 24 Sep 1994
  12. *
  13. * Dword edit dialog for use by the Registry Editor.
  14. *
  15. *******************************************************************************/
  16. #ifndef _INC_REGDWDED
  17. #define _INC_REGDWDED
  18. INT_PTR
  19. CALLBACK
  20. EditDwordValueDlgProc(
  21. HWND hWnd,
  22. UINT Message,
  23. WPARAM wParam,
  24. LPARAM lParam
  25. );
  26. #endif // _INC_REGDWDED