ultimatepp/bazaar/SysInfo/plugin/Wbemidl.h
koldo 50ecc51c78 .SysInfo: Added GetMacAddress and details for new users
git-svn-id: svn://ultimatepp.org/upp/trunk@2465 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-08 20:46:29 +00:00

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