| Issue 41: | Native query API doesn't support thumnails retrieval | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
Obtain result set item (IGoogleDesktopQueryResultItem) and make a call like
this:
CComVariant vtValue;
pResultItem->GetProperty(CComBSTR("thumbnail"), &vtValue);
What is the expected output? What do you see instead?
Expected S_OK, VT_ARRAY for items that have thumbnails. Actually
E_NO_SUCH_PROPERTY returned in any case.
What version of the product are you using? On what operating system?
5.7
Please provide any additional information below.
|