Type Definition dokany_sys::SetFileTimeCallback

source ·
pub type SetFileTimeCallback = unsafe extern "stdcall" fn(FileName: LPCWSTR, CreationTime: *const FILETIME, LastAccessTime: *const FILETIME, LastWriteTime: *const FILETIME, DokanFileInfo: PDOKAN_FILE_INFO) -> NTSTATUS;