Searched refs:QueryFrom (Results 1 – 3 of 3) sorted by relevance
284 result = persist.QueryFrom(i_shell_link); in ResolveShortcut()319 result = i_persist_file.QueryFrom(i_shell_link); in CreateShortcutLink()340 if (FAILED(property_store.QueryFrom(i_shell_link))) in CreateShortcutLink()363 if (FAILED(i_persist_file.QueryFrom(i_shell_link))) in UpdateShortcutLink()386 if (FAILED(property_store.QueryFrom(i_shell_link))) in UpdateShortcutLink()
101 HRESULT QueryFrom(IUnknown* object) { in QueryFrom() function
69 EXPECT_TRUE(SUCCEEDED(unk.QueryFrom(mem_alloc))); in TEST()