pub fn get_km_dir(dir_type: DirectoryType) -> Result<PathBuf, Error>Expand description
Retrieves the path to the kernel mode libraries. The path may look something like:
C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\km.
in DirectoryType
pub fn get_km_dir(dir_type: DirectoryType) -> Result<PathBuf, Error>Retrieves the path to the kernel mode libraries. The path may look something like:
C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\km.
in DirectoryType