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
)
15
BOOL
16
__cdecl
17
__acrt_GetStringTypeW (
18
_In_
DWORD
_DWInfoType
,
19
_In_NLS_string_
(
_CchSrc
)
PCWCH
_LpSrcStr,
20
_In_
int
_CchSrc
,
21
_Out_
LPWORD
_LpCharType
)
22
{
23
return
GetStringTypeW
(
_DWInfoType
, _LpSrcStr,
_CchSrc
,
_LpCharType
);
24
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
_DWInfoType
_In_ DWORD _DWInfoType
Definition:
corecrt_internal.h:561
_LpCharType
_In_ DWORD _In_ int _Out_ LPWORD _LpCharType
Definition:
corecrt_internal.h:564
_CchSrc
_In_ DWORD _In_ int _CchSrc
Definition:
corecrt_internal.h:563
GetStringTypeW
BOOL WINAPI GetStringTypeW(DWORD type, LPCWSTR src, INT count, LPWORD chartype)
Definition:
locale.c:3095
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
_Success_
#define _Success_(c)
Definition:
no_sal2.h:84
_Out_
#define _Out_
Definition:
no_sal2.h:160
_In_
#define _In_
Definition:
no_sal2.h:158
PCWCH
CONST WCHAR * PCWCH
Definition:
ntbasedef.h:419
_In_NLS_string_
#define _In_NLS_string_(size)
Definition:
specstrings.h:411
LPWORD
uint16_t * LPWORD
Definition:
typedefs.h:56
sdk
lib
ucrt
locale
GetStringTypeW.c
Generated on Tue Mar 25 2025 06:14:50 for ReactOS by
1.9.6