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 >
C/C++ Source or Header  |  2000-02-01  |  511b  |  30 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. #pragma comment(lib, "wbemuuid.lib")
  3. /*++
  4.  
  5. Copyright (C) 1996-1999 Microsoft Corporation
  6.  
  7. Module Name:
  8.  
  9.     WBEMIDL.H
  10.  
  11. Abstract:
  12.  
  13.   Include file for all WBEM related interface definitions. To be included
  14.   in projects that use any WBEM interfaces.
  15.  
  16. History:
  17.  
  18. --*/
  19.  
  20. #ifndef __WBEMIDL_H_
  21. #define __WBEMIDL_H_
  22.  
  23. #include <wbemcli.h>
  24. #include <wbemprov.h>
  25. #include <wbemtran.h>
  26. #include <wbemdisp.h>
  27.  
  28. #endif
  29. #pragma option pop /*P_O_Pop*/
  30.