STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Typedefs | Functions
timeb.h File Reference
#include <crtdefs.h>
#include <sys/timeb.inl>

Go to the source code of this file.

Classes

struct  __timeb32
 
struct  timeb
 
struct  __timeb64
 

Macros

#define _INC_TIMEB
 
#define _CRTIMP
 
#define _W64
 
#define _TIME32_T_DEFINED
 
#define _TIME64_T_DEFINED
 
#define _TIME_T_DEFINED   /* avoid multiple def's of time_t */
 
#define _timeb   __timeb64
 
#define _ftime   _ftime64
 
#define _ftime_s   _ftime64_s
 
#define _TIMEB_DEFINED
 

Typedefs

typedef _W64 long __time32_t
 
typedef __int64 __time64_t
 
typedef __time64_t time_t
 

Functions

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

Macro Definition Documentation

#define _CRTIMP
#define _ftime   _ftime64
#define _ftime_s   _ftime64_s
#define _INC_TIMEB
#define _TIME32_T_DEFINED
#define _TIME64_T_DEFINED
#define _TIME_T_DEFINED   /* avoid multiple def's of time_t */
#define _timeb   __timeb64
#define _TIMEB_DEFINED
#define _W64

Typedef Documentation

typedef _W64 long __time32_t
typedef __int64 __time64_t
typedef __time64_t time_t

Function Documentation

_CRT_INSECURE_DEPRECATE ( _ftime32_s  )
_CRT_INSECURE_DEPRECATE ( _ftime64_s  )
_CRTIMP errno_t __cdecl _ftime32_s ( _Out_ struct __timeb32 _Time)
_CRTIMP errno_t __cdecl _ftime64_s ( _Out_ struct __timeb64 _Time)