Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 72 of file storages.c.
Referenced by add_storages_to_table(), and STORAGES_set_row().
{ STORAGE *storage; storage = msi_alloc(sizeof(STORAGE)); if (!storage) return NULL; storage->str_index = msi_addstringW(sv->db->strings, name, -1, 1, StringNonPersistent); storage->storage = stg; if (storage->storage) IStorage_AddRef(storage->storage); return storage; }