| SDL_TimeFromWindows(3) | SDL3 FUNCTIONS | SDL_TimeFromWindows(3) |
SDL_TimeFromWindows - Converts a Windows FILETIME (100-nanosecond intervals since January 1, 1601) to an SDL time.
Defined in SDL3/SDL_time.h
#include "SDL3/SDL.h"
SDL_Time SDL_TimeFromWindows(Uint32 dwLowDateTime, Uint32 dwHighDateTime);
This function takes the two 32-bit values of the FILETIME structure as parameters.
( SDL_Time ) Returns the converted SDL time.
This function is available since SDL 3.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |