STLdoc
STLdocumentation
|
Go to the source code of this file.
Classes | |
struct | _utimbuf |
struct | __utimbuf32 |
struct | __utimbuf64 |
struct | utimbuf |
struct | utimbuf32 |
Macros | |
#define | _INC_UTIME |
#define | _CRTIMP |
#define | _WCHAR_T_DEFINED |
#define | _W64 |
#define | _TIME32_T_DEFINED |
#define | _TIME64_T_DEFINED |
#define | _TIME_T_DEFINED /* avoid multiple def's of time_t */ |
#define | _UTIMBUF_DEFINED |
Typedefs | |
typedef unsigned short | wchar_t |
typedef _W64 long | __time32_t |
typedef __int64 | __time64_t |
typedef __time64_t | time_t |
Functions | |
_CRTIMP int __cdecl | _utime32 (_In_z_ const char *_Filename, _In_opt_ struct __utimbuf32 *_Time) |
_CRTIMP int __cdecl | _futime32 (_In_ int _FileDes, _In_opt_ struct __utimbuf32 *_Time) |
_CRTIMP int __cdecl | _wutime32 (_In_z_ const wchar_t *_Filename, _In_opt_ struct __utimbuf32 *_Time) |
_CRTIMP int __cdecl | _utime64 (_In_z_ const char *_Filename, _In_opt_ struct __utimbuf64 *_Time) |
_CRTIMP int __cdecl | _futime64 (_In_ int _FileDes, _In_opt_ struct __utimbuf64 *_Time) |
_CRTIMP int __cdecl | _wutime64 (_In_z_ const wchar_t *_Filename, _In_opt_ struct __utimbuf64 *_Time) |
#define _CRTIMP |
#define _INC_UTIME |
#define _TIME32_T_DEFINED |
#define _TIME64_T_DEFINED |
#define _TIME_T_DEFINED /* avoid multiple def's of time_t */ |
#define _UTIMBUF_DEFINED |
#define _W64 |
#define _WCHAR_T_DEFINED |
typedef _W64 long __time32_t |
typedef __int64 __time64_t |
typedef __time64_t time_t |
typedef unsigned short wchar_t |
_CRTIMP int __cdecl _utime32 | ( | _In_z_ const char * | _Filename, |
_In_opt_ struct __utimbuf32 * | _Time | ||
) |
_CRTIMP int __cdecl _utime64 | ( | _In_z_ const char * | _Filename, |
_In_opt_ struct __utimbuf64 * | _Time | ||
) |
_CRTIMP int __cdecl _wutime32 | ( | _In_z_ const wchar_t * | _Filename, |
_In_opt_ struct __utimbuf32 * | _Time | ||
) |