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.
 
 
 
 
 
 

32 lines
388 B

/*++
Copyright (c) 1990-1999 Microsoft Corporation
All rights reserved
Module Name:
wmi.h
Abstract:
Holds defs for wmi instrumentation
Author:
Stuart de Jong (sdejong) 15-Oct-99
Environment:
User Mode -Win32
Revision History:
--*/
#ifndef __WMI_H
#define __WMI_H
ULONG WmiInitializeTrace();
ULONG WmiTerminateTrace();
#endif