logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                             SDL_TimeFromWindows(3)

Description

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

Function Parameters

dwLowDateTime
              the low portion of the Windows FILETIME value.

       dwHighDateTime
              the high portion of the Windows FILETIME value.

Header File

       Defined in SDL3/SDL_time.h

Name

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

Return Value

       ( SDL_Time ) Returns the converted SDL time.

Synopsis

#include"SDL3/SDL.h"SDL_TimeSDL_TimeFromWindows(Uint32dwLowDateTime,Uint32dwHighDateTime);

See Also