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.

23 lines
651 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: autoreg.hxx
  4. //
  5. // Synopsis: Auto-registration functions
  6. //
  7. // History: 08-Sep-95 MikeW Created.
  8. // 07-Nov-97 a-sverrt Ported to the Macintosh.
  9. //
  10. //----------------------------------------------------------------------------
  11. #ifndef _AUTOREG_HXX_
  12. #define _AUTOREG_HXX_
  13. HRESULT CheckAndDoAutoRegistration(HINSTANCE hInstance);
  14. HRESULT AutoRegister(HINSTANCE hInstance);
  15. HRESULT AutoUnregister(HINSTANCE hInstance);
  16. HRESULT DelnodeRegKey(HKEY hBaseKey, LPSTR pszSubKey);
  17. #endif // _AUTOREG_HXX_