xpmgr/BuildTools/Include/vdshwprv.idl

37 lines
1.1 KiB
Plaintext

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 2000
//
// File: vdshwprv.idl
//
// Abstract:
// declarations of interfaces and types implemented by hardware provider.
// It includes three parts:
// 1) include common interfaces and types defined in other files.
// 2) define interfaces specific to hardware providers and that
// will be exposed by the common layer
// 3) define types that the common layer will aggregate with
// those defined for hardware providers.
//
//----------------------------------------------------------------------------
cpp_quote("//+--------------------------------------------------------------")
cpp_quote("//")
cpp_quote("// Microsoft Windows")
cpp_quote("// Copyright (c) 2000 Microsoft Corporation.")
cpp_quote("//")
cpp_quote("//---------------------------------------------------------------")
import "oaidl.idl";
//
// Includes
//
#include "vdscmmn.idl"
#include "vdsprvcm.idl"
#include "vdshp.idl"
#include "vdshpcm.idl"
#include "vdscmprv.idl"