summaryrefslogtreecommitdiff
path: root/general/tracing/tracedriver/tracectl/install.h
blob: 843a838728ad65147e1c677c247c84d70e5cf763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#define DRIVER_FUNC_INSTALL     0x01
#define DRIVER_FUNC_REMOVE      0x02
#define DRIVER_FUNC_STOP        0x03

#define DRIVER_NAME       _T("tracedrv")

BOOLEAN
ManageDriver(
    IN LPCTSTR  DriverName,
    IN LPCTSTR  ServiceName,
    IN USHORT   Function
    );