STLdoc
STLdocumentation
|
#include <corecrt.h>
Go to the source code of this file.
Classes | |
struct | _utimbuf |
struct | __utimbuf32 |
struct | __utimbuf64 |
Functions | |
_ACRTIMP int __cdecl | _utime32 (_In_z_ char const *_FileName, _In_opt_ struct __utimbuf32 *_Time) |
_ACRTIMP int __cdecl | _futime32 (_In_ int _FileHandle, _In_opt_ struct __utimbuf32 *_Time) |
_ACRTIMP int __cdecl | _wutime32 (_In_z_ wchar_t const *_FileName, _In_opt_ struct __utimbuf32 *_Time) |
_ACRTIMP int __cdecl | _utime64 (_In_z_ char const *_FileName, _In_opt_ struct __utimbuf64 *_Time) |
_ACRTIMP int __cdecl | _futime64 (_In_ int _FileHandle, _In_opt_ struct __utimbuf64 *_Time) |
_ACRTIMP int __cdecl | _wutime64 (_In_z_ wchar_t const *_FileName, _In_opt_ struct __utimbuf64 *_Time) |
static __inline int __CRTDECL | _utime (char const *const _FileName, struct _utimbuf *const _Time) |
static __inline int __CRTDECL | _futime (int const _FileHandle, struct _utimbuf *const _Time) |
static __inline int __CRTDECL | _wutime (wchar_t const *const _FileName, struct _utimbuf *const _Time) |
|
static |
|
static |
_ACRTIMP int __cdecl _utime32 | ( | _In_z_ char const * | _FileName, |
_In_opt_ struct __utimbuf32 * | _Time | ||
) |
_ACRTIMP int __cdecl _utime64 | ( | _In_z_ char const * | _FileName, |
_In_opt_ struct __utimbuf64 * | _Time | ||
) |
|
static |
_ACRTIMP int __cdecl _wutime32 | ( | _In_z_ wchar_t const * | _FileName, |
_In_opt_ struct __utimbuf32 * | _Time | ||
) |