windows-nt/Source/XPSP1/NT/base/wmi/cdmprov/cimmap.h
2020-09-26 16:20:57 +08:00

31 lines
739 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 2000
//
// File: cimmap.h
//
//
// This file contains routines that will establish a mapping between
// Wdm class instances and Cdm class instances. See
// MapWdmClassToCimClass for more information.
//
//--------------------------------------------------------------------------
HRESULT MapWdmClassToCimClass(
IWbemServices *pWdmServices,
IWbemServices *pCimServices,
BSTR WdmClassName,
BSTR CimClassName,
OUT BSTR /* FREE */ **PnPDeviceIds,
BSTR **WdmInstanceNames,
BSTR **WdmRelPaths,
BSTR **CimRelPaths,
int *RelPathCount
);