ISearchLogic Class
class ISearchLogic
ISearchLogic is an interface that the WalkAndExamineIEBrowsers function uses to determine if a HWND and a WebBrowser control are related. Take a look at CFindWBCtrlFromHWND which is an implementation of this interface.Defined in: WBUtilFuncs.h
See Also
Class Members
virtual BOOL ExamineBrowser(IWebBrowser2* pBrowser)
Encloses the logic to check if the required browser was found.