ReactOS
0.4.16-dev-814-g656a5dc
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
sdbstringtable.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Application compatibility module
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Shim database string table interface
5
* COPYRIGHT: Copyright 2016 Mark Jansen (mark.jansen@reactos.org)
6
*/
7
8
#ifndef SDBSTRINGTABLE_H
9
#define SDBSTRINGTABLE_H
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
22
void
SdbpTableDestroy
(
struct
SdbStringHashTable
* *
table
);
23
39
BOOL
SdbpAddStringToTable
(
struct
SdbStringHashTable
* *
table
,
const
WCHAR
*
str
,
TAGID
* pTagid);
40
41
42
#ifdef __cplusplus
43
}
// extern "C"
44
#endif
45
46
#endif
// SDBSTRINGTABLE_H
TAGID
DWORD TAGID
Definition:
apphelp_apitest.h:38
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
str
const WCHAR * str
Definition:
rpc_transport.c:2724
SdbpTableDestroy
void SdbpTableDestroy(struct SdbStringHashTable **table)
Definition:
sdbstringtable.c:60
SdbpAddStringToTable
BOOL SdbpAddStringToTable(struct SdbStringHashTable **table, const WCHAR *str, TAGID *pTagid)
Definition:
sdbstringtable.c:169
SdbStringHashTable
Definition:
sdbstringtable.c:40
table
Definition:
wbemprox_private.h:109
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
dll
appcompat
apphelp
sdbstringtable.h
Generated on Thu Mar 13 2025 06:02:52 for ReactOS by
1.9.6