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.

34 lines
849 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: Reg.h
  7. //
  8. // Contents: Registration routines
  9. //
  10. // Classes:
  11. //
  12. // Notes:
  13. //
  14. // History: 05-Nov-97 rogerg Created.
  15. //
  16. //--------------------------------------------------------------------------
  17. #ifndef _ONESTOPREG_
  18. #define _ONESTOPREG_
  19. #define GUID_SIZE 128
  20. #define MAX_STRING_LENGTH 256
  21. // public functions
  22. STDMETHODIMP GetLastIdleHandler(CLSID *clsidHandler);
  23. STDMETHODIMP SetLastIdleHandler(REFCLSID clsidHandler);
  24. BOOL RegSchedHandlerItemsChecked(TCHAR *pszHandlerName,
  25. TCHAR *pszConnectionName,
  26. TCHAR *pszScheduleName);
  27. #endif // _ONESTOPREG