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 );