ReactOS 0.4.16-dev-889-g9563c07
GetStringTypeW.c
Go to the documentation of this file.
1//
2// GetStringTypeW.c
3//
4// Copyright (c) 2024 Timo Kreuzer
5//
6// Definition of __acrt_GetStringTypeW.
7//
8// SPDX-License-Identifier: MIT
9//
10
11#include <windows.h>
12//#include <stringapiset.h>
13
14_Success_(return)
15BOOL
17__acrt_GetStringTypeW (
19 _In_NLS_string_(_CchSrc) PCWCH _LpSrcStr,
20 _In_ int _CchSrc,
22{
23 return GetStringTypeW(_DWInfoType, _LpSrcStr, _CchSrc, _LpCharType);
24}
#define __cdecl
Definition: accygwin.h:79
_In_ DWORD _DWInfoType
_In_ DWORD _In_ int _Out_ LPWORD _LpCharType
_In_ DWORD _In_ int _CchSrc
BOOL WINAPI GetStringTypeW(DWORD type, LPCWSTR src, INT count, LPWORD chartype)
Definition: locale.c:3095
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
#define _Success_(c)
Definition: no_sal2.h:84
#define _Out_
Definition: no_sal2.h:160
#define _In_
Definition: no_sal2.h:158
CONST WCHAR * PCWCH
Definition: ntbasedef.h:419
#define _In_NLS_string_(size)
Definition: specstrings.h:411
uint16_t * LPWORD
Definition: typedefs.h:56