[−][src]Crate win_kernel_driver
win-kernel-driver
is a crate for installing and communicating with
windows device drivers.
Information
This crate is based off of the KernelDriver class from OpenHardwareMonitor.
For example usage see [WinKernelDriver], [DriverBuilder], and [io_control_code]
Structs
DriverBuilder | Use this to build a kernel driver object you can interact with |
WinKernelDriver | A handle to a windows kernel driver. |
Enums
Access | IO Access |
Method | IO Method |
Functions
io_control_code | Creates an IOCTL code |