ReactOS
0.4.16-dev-197-g92996da
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 Wed Oct 30 2024 06:02:44 for ReactOS by
1.9.6