Type Definition dokany_sys::SetFileAttributesCallback
source · pub type SetFileAttributesCallback = unsafe extern "stdcall" fn(FileName: LPCWSTR, FileAttributes: DWORD, DokanFileInfo: PDOKAN_FILE_INFO) -> NTSTATUS;
pub type SetFileAttributesCallback = unsafe extern "stdcall" fn(FileName: LPCWSTR, FileAttributes: DWORD, DokanFileInfo: PDOKAN_FILE_INFO) -> NTSTATUS;