Searched refs:property_store (Results 1 – 3 of 3) sorted by relevance
392 bool SetAppIdForPropertyStore(IPropertyStore* property_store, in SetAppIdForPropertyStore() argument394 DCHECK(property_store); in SetAppIdForPropertyStore()405 HRESULT result = property_store->SetValue(kPKEYAppUserModelID, in SetAppIdForPropertyStore()408 result = property_store->Commit(); in SetAppIdForPropertyStore()
339 ScopedComPtr<IPropertyStore> property_store; in CreateShortcutLink() local340 if (FAILED(property_store.QueryFrom(i_shell_link))) in CreateShortcutLink()343 if (!win_util::SetAppIdForPropertyStore(property_store, app_id)) in CreateShortcutLink()385 ScopedComPtr<IPropertyStore> property_store; in UpdateShortcutLink() local386 if (FAILED(property_store.QueryFrom(i_shell_link))) in UpdateShortcutLink()389 if (!win_util::SetAppIdForPropertyStore(property_store, app_id)) in UpdateShortcutLink()
122 bool SetAppIdForPropertyStore(IPropertyStore* property_store,