WindowsXP-SP1/admin/activec/nodemgr/nmutil.h
2020-09-30 16:53:49 +02:00

27 lines
657 B
C++

/*--------------------------------------------------------------------------*
*
* Microsoft Windows
* Copyright (C) Microsoft Corporation, 1992 - 1999
*
* File: nmutil.h
*
* Contents:
*
* History:
*
*--------------------------------------------------------------------------*/
#ifndef _MMC_UTIL_H_
#define _MMC_UTIL_H_
#pragma once
class CComponentPtrArray;
class CResultItem;
COMPONENTID GetComponentID(CNode* pNode, CResultItem* pri = 0);
CComponent* GetComponent(CNode* pNode, CResultItem* pri = 0);
void GetComponentsForMultiSel(CNode* pNode, CComponentPtrArray& rgComps);
#endif // _MMC_UTIL_H_