ReactOS
0.4.16-dev-2617-g01a0906
wcscpy_s.cpp
Go to the documentation of this file.
1
//
2
// wcscpy_s.cpp
3
//
4
// Copyright (c) Microsoft Corporation. All rights reserved.
5
//
6
// Defines wcscpy_s(), which copies a string from one buffer to another.
7
//
8
#include <
corecrt_internal_string_templates.h
>
9
#include <string.h>
10
11
extern
"C"
errno_t
__cdecl
wcscpy_s
(
12
wchar_t
*
const
destination,
13
size_t
const
size_in_elements
,
14
wchar_t
const
*
const
source
15
)
16
{
17
return
common_tcscpy_s(destination,
size_in_elements
,
source
);
18
}
corecrt_internal_string_templates.h
size_in_elements
size_t const size_in_elements
Definition:
corecrt_internal_string_templates.h:21
errno_t
int errno_t
Definition:
corecrt.h:249
__cdecl
#define __cdecl
Definition:
corecrt.h:121
source
Definition:
pdh_main.c:174
wcscpy_s
errno_t __cdecl wcscpy_s(wchar_t *const destination, size_t const size_in_elements, wchar_t const *const source)
Definition:
wcscpy_s.cpp:11
sdk
lib
ucrt
string
wcscpy_s.cpp
Generated on Mon Apr 20 2026 06:15:20 for ReactOS by
1.9.6