Converts a Windows FILETIME (100-nanosecond intervals since January 1, 1601) to an SDL time.
Defined in <SDL3/SDL_time.h>
dwLowDateTime | the low portion of the Windows FILETIME value |
dwHighDateTime | the high portion of the Windows FILETIME value |
Returns the converted SDL time
This function takes the two 32-bit values of the FILETIME structure as parameters.
This function is available since SDL 3.0.0.