Go to the source code of this file.
◆ PropertyStore_CreateInstance()
Definition at line 451 of file propstore.c.
452{
455
457
459
461
464
467#ifdef __REACTOS__
469#else
471#endif
472 This->lock.DebugInfo->Spare[0] = (
DWORD_PTR)(__FILE__
": PropertyStore.lock");
474
475 ret = IPropertyStoreCache_QueryInterface(&
This->IPropertyStoreCache_iface, iid,
ppv);
476 IPropertyStoreCache_Release(&
This->IPropertyStoreCache_iface);
477
479}
static void list_init(struct list_entry *head)
BOOL WINAPI InitializeCriticalSectionEx(OUT LPCRITICAL_SECTION lpCriticalSection, IN DWORD dwSpinCount, IN DWORD flags)
static const IPropertyStoreCacheVtbl PropertyStore_Vtbl
VOID WINAPI InitializeCriticalSection(OUT LPCRITICAL_SECTION lpCriticalSection)
#define CLASS_E_NOAGGREGATION
#define RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO
Referenced by InMemoryPropertyStoreFactory_CreateInstance(), and PSCreateMemoryPropertyStore().