1
2
3
4
5
pub const DOKAN_VERSION: u32 = 150;
pub const DOKAN_MINIMUM_COMPATIBLE_VERSION: u32 = 110;
pub const DOKAN_DRIVER_NAME: &str = "dokan1.sys";
pub const DOKAN_NP_NAME: &str = "Dokan1";
pub const DOKAN_MAJOR_API_VERSION: &str = "1";