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.

32 lines
356 B

  1. /*++
  2. Copyright (c) 1990-1999 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. wmi.h
  6. Abstract:
  7. Holds defs for wmi instrumentation
  8. Author:
  9. Stuart de Jong (sdejong) 15-Oct-99
  10. Environment:
  11. User Mode -Win32
  12. Revision History:
  13. --*/
  14. #ifndef __WMI_H
  15. #define __WMI_H
  16. ULONG WmiInitializeTrace();
  17. ULONG WmiTerminateTrace();
  18. #endif