mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:43:11 +00:00
[APPHELP][APPHELP_APITEST] Implement SdbGetDatabaseInformation
CORE-11301
This commit is contained in:
parent
5c05a29d3d
commit
28a091ac12
5 changed files with 210 additions and 15 deletions
|
@ -27,7 +27,10 @@ typedef struct _DB {
|
|||
BYTE* data;
|
||||
TAGID stringtable;
|
||||
DWORD write_iter;
|
||||
DWORD major;
|
||||
DWORD minor;
|
||||
GUID database_id;
|
||||
PCWSTR database_name;
|
||||
BOOL for_write;
|
||||
struct SdbStringHashTable* string_lookup;
|
||||
struct _DB* string_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue