windows-nt/Source/XPSP1/NT/base/wmi/cdmprov/cimmap.h

31 lines
739 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// 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
);