Searched defs:convert_1970_to_filetime (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c193 convert_1970_to_filetime(uint32 high, uint32 low) function
761 access_time = convert_1970_to_filetime(ft_high, ft_low);
767 write_time = convert_1970_to_filetime(ft_high, ft_low);
773 change_time = convert_1970_to_filetime(ft_high, ft_low);

Completed in 45 milliseconds