ReactOS
0.4.16-dev-21-g2af6fd4
Functions
wstrtime.c File Reference
#include <precomp.h>
Include dependency graph for wstrtime.c:
Go to the source code of this file.
Functions
wchar_t
*
_wstrtime
(
wchar_t
*
time
)
Function Documentation
◆
_wstrtime()
wchar_t
* _wstrtime
(
wchar_t
*
time
)
Definition at line
15
of file
wstrtime.c
.
16
{
17
static
const
WCHAR
format
[] = {
'H'
,
'H'
,
'\''
,
':'
,
'\''
,
'm'
,
'm'
,
'\''
,
':'
,
'\''
,
's'
,
's'
,0 };
18
19
GetTimeFormatW
(
LOCALE_NEUTRAL
, 0,
NULL
,
format
, (
LPWSTR
)
time
, 9);
20
21
return
time
;
22
}
NULL
#define NULL
Definition:
types.h:112
format
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition:
gl.h:1546
GetTimeFormatW
INT WINAPI GetTimeFormatW(LCID lcid, DWORD dwFlags, const SYSTEMTIME *lpTime, LPCWSTR lpFormat, LPWSTR lpTimeStr, INT cchOut)
Definition:
lcformat.c:1093
time
__u16 time
Definition:
mkdosfs.c:8
LOCALE_NEUTRAL
#define LOCALE_NEUTRAL
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
LPWSTR
WCHAR * LPWSTR
Definition:
xmlstorage.h:184
sdk
lib
crt
time
wstrtime.c
Generated on Sun Sep 15 2024 06:22:22 for ReactOS by
1.9.6