mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 06:12:44 -06:00
26 lines
405 B
C
26 lines
405 B
C
/*++
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
WBEMIDL.H
|
|
|
|
Abstract:
|
|
|
|
Include file for all WBEM related interface definitions. To be included
|
|
in projects that use any WBEM interfaces.
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#ifndef __WBEMIDL_H_
|
|
#define __WBEMIDL_H_
|
|
|
|
#include "wbemcli.h"
|
|
#include "wbemprov.h"
|
|
#include "wbemtran.h"
|
|
#include "wbemdisp.h"
|
|
|
|
#endif
|