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.

23 lines
318 B

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. WINMGMT.H
  5. Abstract:
  6. Declares the PROG_RESOURCES stucture, the MyService class and a few
  7. utility type functions.
  8. History:
  9. --*/
  10. #ifndef _WinMgmt_H_
  11. #define _WinMgmt_H_
  12. #define SERVICE_DLL L"wmisvc.dll"
  13. #endif