ReactOS 0.4.15-dev-7788-g1ad9096
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
12extern "C" {
13#endif
14
15
23
40
41
42#ifdef __cplusplus
43} // extern "C"
44#endif
45
46#endif // SDBSTRINGTABLE_H
DWORD TAGID
unsigned int BOOL
Definition: ntddk_ex.h:94
const WCHAR * str
void SdbpTableDestroy(struct SdbStringHashTable **table)
BOOL SdbpAddStringToTable(struct SdbStringHashTable **table, const WCHAR *str, TAGID *pTagid)
__wchar_t WCHAR
Definition: xmlstorage.h:180