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.

40 lines
882 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: REGNET.C
  6. *
  7. * VERSION: 4.01
  8. *
  9. * AUTHOR: Tracy Sharpe
  10. *
  11. * DATE: 03 May 1994
  12. *
  13. * Remote registry support for the Registry Editor.
  14. *
  15. ********************************************************************************
  16. *
  17. * CHANGE LOG:
  18. *
  19. * DATE REV DESCRIPTION
  20. * ----------- --- -------------------------------------------------------------
  21. * 03 May 1994 TCS Moved existing connection code from REGEDIT.C.
  22. *
  23. *******************************************************************************/
  24. #ifndef _INC_REGNET
  25. #define _INC_REGNET
  26. VOID
  27. PASCAL
  28. RegEdit_OnCommandConnect(
  29. HWND hWnd
  30. );
  31. VOID
  32. PASCAL
  33. RegEdit_OnCommandDisconnect(
  34. HWND hWnd
  35. );
  36. #endif // _INC_REGNET