ReactOS
0.4.16-dev-983-g23ad936
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
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 Thu Apr 17 2025 06:16:29 for ReactOS by
1.9.6