[APPHELP][APPHELP_APITEST] Implement SdbGetDatabaseInformation

CORE-11301
This commit is contained in:
Mark Jansen 2019-02-11 22:44:30 +01:00
parent 5c05a29d3d
commit 28a091ac12
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
5 changed files with 210 additions and 15 deletions

View file

@ -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;