SDL Wiki
[ front page | index | search | recent changes | git repo | offline html ]

SDL_TimeFromWindows

Converts a Windows FILETIME (100-nanosecond intervals since January 1, 1601) to an SDL time.

Header File

Defined in <SDL3/SDL_time.h>

Syntax

SDL_Time SDL_TimeFromWindows(Uint32 dwLowDateTime, Uint32 dwHighDateTime);

Function Parameters

Uint32 dwLowDateTime the low portion of the Windows FILETIME value.
Uint32 dwHighDateTime the high portion of the Windows FILETIME value.

Return Value

(SDL_Time) Returns the converted SDL time.

Remarks

This function takes the two 32-bit values of the FILETIME structure as parameters.

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since SDL 3.2.0.


CategoryAPI, CategoryAPIFunction, CategoryTime


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.