ReactOS 0.4.16-dev-918-g97e7efc
timeb.h File Reference
#include <corecrt.h>
Include dependency graph for timeb.h:

Go to the source code of this file.

Classes

struct  __timeb32
 
struct  __timeb64
 

Macros

#define _timeb   __timeb64
 
#define _ftime   _ftime64
 
#define _ftime_s   _ftime64_s
 

Functions

_ACRTIMP void __cdecl _ftime32 (_Out_ struct __timeb32 *_Time)
 
_ACRTIMP errno_t __cdecl _ftime32_s (_Out_ struct __timeb32 *_Time)
 
_ACRTIMP void __cdecl _ftime64 (_Out_ struct __timeb64 *_Time)
 
_ACRTIMP errno_t __cdecl _ftime64_s (_Out_ struct __timeb64 *_Time)
 

Macro Definition Documentation

◆ _ftime

#define _ftime   _ftime64

Definition at line 62 of file timeb.h.

◆ _ftime_s

#define _ftime_s   _ftime64_s

Definition at line 63 of file timeb.h.

◆ _timeb

Definition at line 61 of file timeb.h.

Function Documentation

◆ _ftime32()

_ACRTIMP void __cdecl _ftime32 ( _Out_ struct __timeb32 _Time)

◆ _ftime32_s()

_ACRTIMP errno_t __cdecl _ftime32_s ( _Out_ struct __timeb32 _Time)

◆ _ftime64()

_ACRTIMP void __cdecl _ftime64 ( _Out_ struct __timeb64 _Time)

◆ _ftime64_s()

_ACRTIMP errno_t __cdecl _ftime64_s ( _Out_ struct __timeb64 _Time)