문제

I'm looking for a way to access the address bar search so that i can append some personnal url at the end of the current list, and i found 'IUrlHistoryStg::BindToObject' but there is no documention linked to it. Anyone knows what this method does ? On msdn: http://msdn.microsoft.com/en-us/library/aa767718%28VS.85%29.aspx

도움이 되었습니까?

해결책

It's not implemented, so it doesn't do anything. It was a bad idea that didn't get removed in time to not have it be in the SDK.

Use IShellFolder::BindToObject() instead.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top