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.

26 lines
631 B

  1. /*--------------------------------------------------------------------------*
  2. *
  3. * Microsoft Windows
  4. * Copyright (C) Microsoft Corporation, 1992 - 1999
  5. *
  6. * File: nmutil.h
  7. *
  8. * Contents:
  9. *
  10. * History:
  11. *
  12. *--------------------------------------------------------------------------*/
  13. #ifndef _MMC_UTIL_H_
  14. #define _MMC_UTIL_H_
  15. #pragma once
  16. class CComponentPtrArray;
  17. class CResultItem;
  18. COMPONENTID GetComponentID(CNode* pNode, CResultItem* pri = 0);
  19. CComponent* GetComponent(CNode* pNode, CResultItem* pri = 0);
  20. void GetComponentsForMultiSel(CNode* pNode, CComponentPtrArray& rgComps);
  21. #endif // _MMC_UTIL_H_