Discussion:
ICommDlgBrowser::IncludeObject returns error on Win7
(too old to reply)
g***@softhome.net
2011-03-04 09:58:54 UTC
Permalink
I have implement a custom view in my namespace extension.

When browsing to this nse via file dialogs, I call IncludeObject to
determine if the item should be shown in my view.

However on Win7, IncludeObject always returns an error so no items get
shown in my view.

This works fine on XP.

Thanks for your help.
g***@softhome.net
2011-03-04 10:06:45 UTC
Permalink
Post by g***@softhome.net
I have implement a custom view in my namespace extension.
When browsing to this nse via file dialogs, I call IncludeObject to
determine if the item should be shown in my view.
However on Win7, IncludeObject always returns an error so no items get
shown in my view.
This works fine on XP.
Thanks for your help.
UPDATE: The error code returned is E_NOTIMPL!

Loading...