Go to the source code of this file.
◆ PropertyStore_CreateInstance()
Definition at line 451 of file propstore.c.
452{
455
457
459
461
464
468 This->lock.DebugInfo->Spare[0] = (
DWORD_PTR)(__FILE__
": PropertyStore.lock");
470
471 ret = IPropertyStoreCache_QueryInterface(&
This->IPropertyStoreCache_iface, iid,
ppv);
472 IPropertyStoreCache_Release(&
This->IPropertyStoreCache_iface);
473
475}
static void list_init(struct list_entry *head)
static const IPropertyStoreCacheVtbl PropertyStore_Vtbl
VOID WINAPI InitializeCriticalSection(OUT LPCRITICAL_SECTION lpCriticalSection)
#define CLASS_E_NOAGGREGATION
Referenced by InMemoryPropertyStoreFactory_CreateInstance(), and PSCreateMemoryPropertyStore().