ReactOS 0.4.15-dev-6055-g36cdd34
|
#include <crtdefs.h>
Go to the source code of this file.
Classes | |
struct | _utimbuf |
struct | __utimbuf32 |
struct | utimbuf |
struct | utimbuf32 |
Macros | |
#define | _UTIMBUF_DEFINED |
Functions | |
_CRTIMP int __cdecl | _utime (_In_z_ const char *_Filename, _In_opt_ struct _utimbuf *_Time) |
_CRTIMP int __cdecl | _utime32 (_In_z_ const char *_Filename, _In_opt_ struct __utimbuf32 *_Time) |
_CRTIMP int __cdecl | _futime (_In_ int _FileDes, _In_opt_ struct _utimbuf *_Time) |
_CRTIMP int __cdecl | _futime32 (_In_ int _FileDes, _In_opt_ struct __utimbuf32 *_Time) |
_CRTIMP int __cdecl | _wutime (_In_z_ const wchar_t *_Filename, _In_opt_ struct _utimbuf *_Time) |
_CRTIMP int __cdecl | _wutime32 (_In_z_ const wchar_t *_Filename, _In_opt_ struct __utimbuf32 *_Time) |
__CRT_INLINE int __cdecl | utime (const char *_Filename, struct utimbuf *_Utimbuf) |
#define _UTIMBUF_DEFINED |
Referenced by _tutime().
Referenced by utime().
_CRTIMP int __cdecl _wutime32 | ( | _In_z_ const wchar_t * | _Filename, |
_In_opt_ struct __utimbuf32 * | _Time | ||
) |