Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
365 B

/*++
Copyright (C) 1996-2001 Microsoft Corporation
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