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.

31 lines
445 B

  1. /*++
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. Module Name:
  4. main.c
  5. Abstract:
  6. WMI dll main file
  7. Author:
  8. 16-Jan-1997 AlanWar
  9. Revision History:
  10. 2-Aug-2001 a-digpar
  11. Moved All functions to \base\wmi\inc\common.h
  12. This file is here to get all glogal guids.
  13. --*/
  14. #define INITGUID
  15. #include "wmiump.h"
  16. #include "evntrace.h"
  17. #include <rpc.h>
  18. #include "trcapi.h"