30 lines
761 B
Plaintext
30 lines
761 B
Plaintext
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
// File: sysmgmt.idl
|
|
//
|
|
// Contents: master idl file for public interfaces
|
|
//
|
|
// History: 7-18-94 ErikGav Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
#include "idlmulti.h"
|
|
|
|
#ifdef IMPORT_IDL_DEPENDENTS
|
|
import "oaidl.idl";
|
|
import "oleidl.idl";
|
|
import "oleext.idl";
|
|
#endif
|
|
|
|
//----------------------------------------------------------------------------
|
|
//
|
|
// all sysmgmt interfaces
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include "aldefs.idl"
|
|
#include "alrep.idl"
|
|
#include "altrgt.idl"
|