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