ReactOS 0.4.16-dev-853-g88d9285
MultiByteToWideChar.c
Go to the documentation of this file.
1//
2// MultiByteToWideChar.c
3//
4// Copyright (c) 2024 Timo Kreuzer
5//
6// Definition of __acrt_MultiByteToWideChar.
7//
8// SPDX-License-Identifier: MIT
9//
10
11#include <windows.h>
12//#include <stringapiset.h>
13
14_Success_(return != 0)
15int
17__acrt_MultiByteToWideChar (
24{
31}
#define __cdecl
Definition: accygwin.h:79
_In_ DWORD _In_ LPCSTR _In_ int _In_ int _CchWideChar
_In_ DWORD _In_ LPCWSTR _LpWideCharStr
_In_ DWORD _In_ int _Out_ LPWORD _In_ int _CodePage
_In_ DWORD _DWFlags
_In_ DWORD _In_ LPCSTR _In_ int _CbMultiByte
_In_ DWORD _In_ LPCSTR _LpMultiByteStr
#define MultiByteToWideChar
Definition: compat.h:110
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
Definition: typeof.h:31
unsigned long DWORD
Definition: ntddk_ex.h:95
unsigned int UINT
Definition: ndis.h:50
#define _Success_(c)
Definition: no_sal2.h:84
#define _Out_writes_opt_(s)
Definition: no_sal2.h:226
#define _In_
Definition: no_sal2.h:158
const char * LPCSTR
Definition: xmlstorage.h:183
WCHAR * LPWSTR
Definition: xmlstorage.h:184