Searched refs:InPlaceUIWindow (Results 1 – 4 of 4) sorted by relevance
207 } InPlaceUIWindow; typedef216 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_QueryInterface()238 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_AddRef()248 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_Release()261 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_GetWindow()269 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_ContextSensitiveHelp()276 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_GetBorder()284 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_RequestBorderSpace()292 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_SetBorderSpace()300 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_SetActiveObject()[all …]
1878 static IOleInPlaceFrame InPlaceUIWindow = { &InPlaceUIWindowVtbl }; variable1929 *ppDoc = (IOleInPlaceUIWindow*)&InPlaceUIWindow; in InPlaceSite_GetWindowContext()
2356 static IOleInPlaceFrame InPlaceUIWindow = { &InPlaceUIWindowVtbl }; variable2407 *ppDoc = (IOleInPlaceUIWindow*)&InPlaceUIWindow; in InPlaceSite_GetWindowContext()
1885 static IOleInPlaceFrame InPlaceUIWindow = { &InPlaceUIWindowVtbl }; variable1968 *ppDoc = (IOleInPlaceUIWindow*)&InPlaceUIWindow; in InPlaceSiteWindowless_GetWindowContext()2500 …ok(pDoc == (IOleInPlaceUIWindow *)&InPlaceUIWindow, "pDoc=%p, expected %p\n", pDoc, &InPlaceUIWind… in DocHostUIHandler_ShowUI()