Leaked source code of windows server 2003
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.

29 lines
782 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright(C) 1998-1999 Microsoft Corporation all rights reserved.
  4. //
  5. // Module: wbemcommon.h
  6. //
  7. // Project: Chameleon
  8. //
  9. // Description: Common WBEM Related Helper Functions
  10. //
  11. // Log:
  12. //
  13. // When Who What
  14. // ---- --- ----
  15. // 12/03/98 TLP Initial Version
  16. //
  17. //////////////////////////////////////////////////////////////////////////////
  18. #ifndef __INC_WBEM_COMMON_SERVICES_H
  19. #define __INC_WBEM_COMMON_SERVICES_H
  20. #include <wbemcli.h>
  21. ///////////////////////////////////////////////////////////////////////////////
  22. HRESULT
  23. ConnectToWM(
  24. /*[out]*/ IWbemServices** ppWbemSrvcs
  25. );
  26. #endif // __INC_WBEM_COMMON_SERVICES_H