18 lines
438 B
C
18 lines
438 B
C
//#if !defined(_DNS_UTIL_H_)
|
|
//#define _DNS_UTIL_H_
|
|
|
|
//#if _MSC_VER > 1000
|
|
//#pragma once
|
|
//#endif // _MSC_VER > 1000
|
|
|
|
#include <wbemprov.h>
|
|
//typedef LPVOID * PPVOID;
|
|
|
|
//SCODE CreateInst( IWbemServices * pNamespace, LPWSTR pKey, long lVal,
|
|
// IWbemClassObject ** pNewInst,
|
|
// WCHAR * pwcClassName,
|
|
// IWbemContext *pCtx);
|
|
|
|
|
|
|
|
// #endif
|