Source code of Windows XP (NT5)
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.

28 lines
659 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: N C C F G M G R.H
  7. //
  8. // Contents: Common code useful when using the Configuration Manager APIs.
  9. //
  10. // Notes: Pollute this under penalty of death.
  11. //
  12. // Author: shaunco 6 May 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _NCCFGMGR_H_
  17. #define _NCCFGMGR_H_
  18. #include "ncdefine.h" // for NOTHROW
  19. NOTHROW
  20. HRESULT
  21. HrFromConfigManagerError (
  22. CONFIGRET cr,
  23. HRESULT hrDefault);
  24. #endif // _NCCFGMGR_H_