37 #if _CRT_INTERNAL_NONSTDC_NAMES && !defined _CRT_NO_TIME_T
41 unsigned short millitm;
54 #ifdef _USE_32BIT_TIME_T
55 #define _timeb __timeb32
56 #define _ftime _ftime32
57 #define _ftime_s _ftime32_s
59 #define _timeb __timeb64
60 #define _ftime _ftime64
61 #define _ftime_s _ftime64_s
86 #if !defined RC_INVOKED && !defined __midl && _CRT_INTERNAL_NONSTDC_NAMES && !defined _CRT_NO_TIME_T
89 #pragma warning(disable:4996)
91 #ifdef _USE_32BIT_TIME_T
93 static __inline
void __CRTDECL ftime(
struct timeb*
const _Tmb)
101 static __inline
void __CRTDECL ftime(
struct timeb*
const _Tmb)
#define _Out_
Definition: sal.h:342
short timezone
Definition: timeb.h:25
#define _ACRTIMP
Definition: corecrt.h:27
__time64_t time
Definition: timeb.h:31
#define _CRT_INSECURE_DEPRECATE(_Replacement)
Definition: vcruntime.h:269
int errno_t
Definition: corecrt.h:476
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:73
#define __CRTDECL
Definition: vcruntime.h:156
__time64_t time_t
Definition: corecrt.h:517
long __time32_t
Definition: corecrt.h:479
#define _CRT_END_C_HEADER
Definition: vcruntime.h:76
unsigned short millitm
Definition: timeb.h:32
_ACRTIMP errno_t __cdecl _ftime32_s(_Out_ struct __timeb32 *_Time)
__int64 __time64_t
Definition: corecrt.h:480
short timezone
Definition: timeb.h:33
__time32_t time
Definition: timeb.h:23
static __inline time_t __CRTDECL time(_Out_opt_ time_t *const _Time)
Definition: time.h:531
_STATIC_ASSERT(sizeof(unsigned int)<=_ALLOCA_S_MARKER_SIZE)
_ACRTIMP void __cdecl _ftime32(_Out_ struct __timeb32 *_Time)
_ACRTIMP errno_t __cdecl _ftime64_s(_Out_ struct __timeb64 *_Time)
short dstflag
Definition: timeb.h:34
unsigned short millitm
Definition: timeb.h:24
short dstflag
Definition: timeb.h:26
_ACRTIMP void __cdecl _ftime64(_Out_ struct __timeb64 *_Time)