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
741 B

  1. #ifndef __WBEMDELTA_H__
  2. #define __WBEMDELTA_H__
  3. #include "precomp.h"
  4. #include <reg.h>
  5. #include <stdio.h>
  6. #define SVC_KEY TEXT("System\\CurrentControlSet\\Services")
  7. #define KNOWN_SERVICES TEXT("KnownSvcs")
  8. #define WBEM_REG_ADAP __TEXT("Software\\Microsoft\\WBEM\\CIMOM\\ADAP")
  9. #define WBEM_NORESYNCPERF __TEXT("NoResyncPerf")
  10. #define WBEM_NOSHELL __TEXT("NoShell")
  11. #define WBEM_WMISETUP __TEXT("WMISetup")
  12. #define WBEM_ADAPEXTDLL __TEXT("ADAPExtDll")
  13. //
  14. // version of the function without the actual delta dredge
  15. //
  16. /////////////////////////////////////////////////////////////
  17. DWORD WINAPI
  18. DeltaDredge2(DWORD dwNumServicesArgs,
  19. LPWSTR *lpServiceArgVectors);
  20. #endif /*__WBEMDELTA_H__*/