mirror of https://github.com/tongzx/nt5src
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
32 lines
356 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
|