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.

17 lines
438 B

  1. //#if !defined(_DNS_UTIL_H_)
  2. //#define _DNS_UTIL_H_
  3. //#if _MSC_VER > 1000
  4. //#pragma once
  5. //#endif // _MSC_VER > 1000
  6. #include <wbemprov.h>
  7. //typedef LPVOID * PPVOID;
  8. //SCODE CreateInst( IWbemServices * pNamespace, LPWSTR pKey, long lVal,
  9. // IWbemClassObject ** pNewInst,
  10. // WCHAR * pwcClassName,
  11. // IWbemContext *pCtx);
  12. // #endif