Home
last modified time | relevance | path

Searched refs:IExplorerBrowserEvents_iface (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/shell32/
H A Debrowser.c135 IExplorerBrowserEvents IExplorerBrowserEvents_iface; member
144 return CONTAINING_RECORD(iface, IExplorerBrowserEventsImpl, IExplorerBrowserEvents_iface); in impl_from_IExplorerBrowserEvents()
1237 ebev.IExplorerBrowserEvents_iface.lpVtbl = &ebevents; in test_Advise()
1238 pebe = &ebev.IExplorerBrowserEvents_iface; in test_Advise()
1438 ebev.IExplorerBrowserEvents_iface.lpVtbl = &ebevents; in test_navigation()
1440 IExplorerBrowser_Advise(peb, &ebev.IExplorerBrowserEvents_iface, &cookie); in test_navigation()
1441 IExplorerBrowser_Advise(peb2, &ebev.IExplorerBrowserEvents_iface, &cookie2); in test_navigation()
1553 hr = IExplorerBrowser_Advise(peb, &ebev.IExplorerBrowserEvents_iface, &cookie); in test_navigation()
/reactos/dll/win32/comdlg32/
H A Ditemdlg.c108 IExplorerBrowserEvents IExplorerBrowserEvents_iface; member
1875 …hr = IExplorerBrowser_Advise(This->peb, &This->IExplorerBrowserEvents_iface, &This->ebevents_cooki… in init_explorerbrowser()
2308 *ppvObject = &This->IExplorerBrowserEvents_iface; in IFileDialog2_fnQueryInterface()
3306 return CONTAINING_RECORD(iface, FileDialogImpl, IExplorerBrowserEvents_iface); in impl_from_IExplorerBrowserEvents()
4618 fdimpl->IExplorerBrowserEvents_iface.lpVtbl = &vt_IExplorerBrowserEvents; in FileDialog_constructor()