STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Functions
timeb.h File Reference
#include <corecrt.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

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

Function Documentation

_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)