![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
Go to the source code of this file.
Functions | |
| ERRORCODE | GetKernelServiceStatus () |
| ERRORCODE | StopWindowsDriver () |
| ERRORCODE | StartWindowsDriver () |
| ERRORCODE GetKernelServiceStatus | ( | ) |
Definition at line 4 of file driver.cpp.
References CONTROL_SERVICE, ERRORCODE, KERNEL_DRIVER_SERVICE_NAME, NOT_INSTALLED, NOT_SET, PANO_SERVICE_RUNNING, and PANO_SERVICE_STOPPED.
Referenced by WinMain().
| ERRORCODE StartWindowsDriver | ( | ) |
Definition at line 82 of file driver.cpp.
References CONTROL_SERVICE, ERROR_STARTING_SERVICE, KERNEL_DRIVER_SERVICE_NAME, NOT_INSTALLED, NOT_SET, and PANO_SUCCESS.
Referenced by WinMain().
| ERRORCODE StopWindowsDriver | ( | ) |
Definition at line 42 of file driver.cpp.
References CONTROL_SERVICE, KERNEL_DRIVER_SERVICE_NAME, NOT_INSTALLED, NOT_SET, and PANO_SUCCESS.
Referenced by WinMain().