ReactOS 0.4.15-dev-7998-gdb93cb1
timeb.h File Reference
#include <crtdefs.h>
#include <sec_api/sys/timeb_s.h>
Include dependency graph for timeb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _timeb
 
struct  __timeb32
 
struct  timeb
 

Macros

#define _TIMEB_DEFINED
 

Functions

_CRTIMP void __cdecl _ftime (_Out_ struct _timeb *_Time)
 
_CRTIMP void __cdecl _ftime32 (_Out_ struct __timeb32 *_Time)
 
_CRTIMP errno_t __cdecl _ftime32_s (_Out_ struct __timeb32 *_Time)
 
__CRT_INLINE void __cdecl ftime (struct timeb *_Tmb)
 

Macro Definition Documentation

◆ _TIMEB_DEFINED

#define _TIMEB_DEFINED

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 22 of file timeb.h.

Function Documentation

◆ _ftime()

_CRTIMP void __cdecl _ftime ( _Out_ struct _timeb _Time)

Referenced by ftime().

◆ _ftime32()

_CRTIMP void __cdecl _ftime32 ( _Out_ struct __timeb32 _Time)

◆ _ftime32_s()

_CRTIMP errno_t __cdecl _ftime32_s ( _Out_ struct __timeb32 _Time)

◆ ftime()

__CRT_INLINE void __cdecl ftime ( struct timeb _Tmb)

Definition at line 96 of file timeb.h.

96 {
97 _ftime((struct _timeb *)_Tmb);
98}
Definition: timeb.h:24
_CRTIMP void __cdecl _ftime(_Out_ struct _timeb *_Time)

Referenced by date_now(), test_RegQueryValueExPerformanceData(), time_to_filetime(), UnDosLine(), UnLslR(), and UnLslRLine().