home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 May
/
MICD_2000_05.iso
/
CBuilder5
/
INSTALL
/
DATA1.CAB
/
Program_Built_Files
/
Include
/
wbemidl.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-02-01
|
511b
|
30 lines
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#pragma comment(lib, "wbemuuid.lib")
/*++
Copyright (C) 1996-1999 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
#pragma option pop /*P_O_Pop*/