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.

19 lines
556 B

  1. /*
  2. ===============================================================================
  3. Module - RegistryHelper.hpp
  4. System - Common
  5. Author - Xuesong Yuan
  6. Created - 2001-09-06
  7. Description - Registry helper functions
  8. Updates -
  9. ===============================================================================
  10. */
  11. #ifndef REGISTRYHELPER_H
  12. #define REGISTRYHELPER_H
  13. DWORD CopyRegistryKey(HKEY sourceKey, HKEY targetKey, BOOL fSetSD);
  14. DWORD DeleteRegistryKey(HKEY hKey, LPCTSTR lpSubKey);
  15. DWORD MoveRegistry();
  16. #endif