Lines Matching defs:IVideoWindow
52 typedef struct IVideoWindow IVideoWindow;
528 struct IVideoWindow : public IDispatch {
573 HRESULT (WINAPI *QueryInterface)(IVideoWindow *This,REFIID riid,void **ppvObject);
574 ULONG (WINAPI *AddRef)(IVideoWindow *This);
575 ULONG (WINAPI *Release)(IVideoWindow *This);
576 HRESULT (WINAPI *GetTypeInfoCount)(IVideoWindow *This,UINT *pctinfo);
577 HRESULT (WINAPI *GetTypeInfo)(IVideoWindow *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
578 HRESULT (WINAPI *GetIDsOfNames)(IVideoWindow *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
579 HRESULT (WINAPI *Invoke)(IVideoWindow *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
580 HRESULT (WINAPI *put_Caption)(IVideoWindow *This,BSTR strCaption);
581 HRESULT (WINAPI *get_Caption)(IVideoWindow *This,BSTR *strCaption);
582 HRESULT (WINAPI *put_WindowStyle)(IVideoWindow *This,long WindowStyle);
583 HRESULT (WINAPI *get_WindowStyle)(IVideoWindow *This,long *WindowStyle);
584 HRESULT (WINAPI *put_WindowStyleEx)(IVideoWindow *This,long WindowStyleEx);
585 HRESULT (WINAPI *get_WindowStyleEx)(IVideoWindow *This,long *WindowStyleEx);
586 HRESULT (WINAPI *put_AutoShow)(IVideoWindow *This,long AutoShow);
587 HRESULT (WINAPI *get_AutoShow)(IVideoWindow *This,long *AutoShow);
588 HRESULT (WINAPI *put_WindowState)(IVideoWindow *This,long WindowState);
589 HRESULT (WINAPI *get_WindowState)(IVideoWindow *This,long *WindowState);
590 HRESULT (WINAPI *put_BackgroundPalette)(IVideoWindow *This,long BackgroundPalette);
591 HRESULT (WINAPI *get_BackgroundPalette)(IVideoWindow *This,long *pBackgroundPalette);
592 HRESULT (WINAPI *put_Visible)(IVideoWindow *This,long Visible);
593 HRESULT (WINAPI *get_Visible)(IVideoWindow *This,long *pVisible);
594 HRESULT (WINAPI *put_Left)(IVideoWindow *This,long Left);
595 HRESULT (WINAPI *get_Left)(IVideoWindow *This,long *pLeft);
596 HRESULT (WINAPI *put_Width)(IVideoWindow *This,long Width);
597 HRESULT (WINAPI *get_Width)(IVideoWindow *This,long *pWidth);
598 HRESULT (WINAPI *put_Top)(IVideoWindow *This,long Top);
599 HRESULT (WINAPI *get_Top)(IVideoWindow *This,long *pTop);
600 HRESULT (WINAPI *put_Height)(IVideoWindow *This,long Height);
601 HRESULT (WINAPI *get_Height)(IVideoWindow *This,long *pHeight);
602 HRESULT (WINAPI *put_Owner)(IVideoWindow *This,OAHWND Owner);
603 HRESULT (WINAPI *get_Owner)(IVideoWindow *This,OAHWND *Owner);
604 HRESULT (WINAPI *put_MessageDrain)(IVideoWindow *This,OAHWND Drain);
605 HRESULT (WINAPI *get_MessageDrain)(IVideoWindow *This,OAHWND *Drain);
606 HRESULT (WINAPI *get_BorderColor)(IVideoWindow *This,long *Color);
607 HRESULT (WINAPI *put_BorderColor)(IVideoWindow *This,long Color);
608 HRESULT (WINAPI *get_FullScreenMode)(IVideoWindow *This,long *FullScreenMode);
609 HRESULT (WINAPI *put_FullScreenMode)(IVideoWindow *This,long FullScreenMode);
610 HRESULT (WINAPI *SetWindowForeground)(IVideoWindow *This,long Focus);
611 HRESULT (WINAPI *NotifyOwnerMessage)(IVideoWindow *This,OAHWND hwnd,long uMsg,LONG_PTR wParam,LONG_PTR lParam);
612 HRESULT (WINAPI *SetWindowPosition)(IVideoWindow *This,long Left,long Top,long Width,long Height);
613 HRESULT (WINAPI *GetWindowPosition)(IVideoWindow *This,long *pLeft,long *pTop,long *pWidth,long *pHeight);
614 HRESULT (WINAPI *GetMinIdealImageSize)(IVideoWindow *This,long *pWidth,long *pHeight);
615 HRESULT (WINAPI *GetMaxIdealImageSize)(IVideoWindow *This,long *pWidth,long *pHeight);
616 HRESULT (WINAPI *GetRestorePosition)(IVideoWindow *This,long *pLeft,long *pTop,long *pWidth,long *pHeight);
617 HRESULT (WINAPI *HideCursor)(IVideoWindow *This,long HideCursor);
618 HRESULT (WINAPI *IsCursorHidden)(IVideoWindow *This,long *CursorHidden);
621 struct IVideoWindow {
673 HRESULT WINAPI IVideoWindow_put_Caption_Proxy(IVideoWindow *This,BSTR strCaption);
675 HRESULT WINAPI IVideoWindow_get_Caption_Proxy(IVideoWindow *This,BSTR *strCaption);
677 HRESULT WINAPI IVideoWindow_put_WindowStyle_Proxy(IVideoWindow *This,long WindowStyle);
679 HRESULT WINAPI IVideoWindow_get_WindowStyle_Proxy(IVideoWindow *This,long *WindowStyle);
681 HRESULT WINAPI IVideoWindow_put_WindowStyleEx_Proxy(IVideoWindow *This,long WindowStyleEx);
683 HRESULT WINAPI IVideoWindow_get_WindowStyleEx_Proxy(IVideoWindow *This,long *WindowStyleEx);
685 HRESULT WINAPI IVideoWindow_put_AutoShow_Proxy(IVideoWindow *This,long AutoShow);
687 HRESULT WINAPI IVideoWindow_get_AutoShow_Proxy(IVideoWindow *This,long *AutoShow);
689 HRESULT WINAPI IVideoWindow_put_WindowState_Proxy(IVideoWindow *This,long WindowState);
691 HRESULT WINAPI IVideoWindow_get_WindowState_Proxy(IVideoWindow *This,long *WindowState);
693 HRESULT WINAPI IVideoWindow_put_BackgroundPalette_Proxy(IVideoWindow *This,long BackgroundPalette);
695 HRESULT WINAPI IVideoWindow_get_BackgroundPalette_Proxy(IVideoWindow *This,long *pBackgroundPalette);
697 HRESULT WINAPI IVideoWindow_put_Visible_Proxy(IVideoWindow *This,long Visible);
699 HRESULT WINAPI IVideoWindow_get_Visible_Proxy(IVideoWindow *This,long *pVisible);
701 HRESULT WINAPI IVideoWindow_put_Left_Proxy(IVideoWindow *This,long Left);
703 HRESULT WINAPI IVideoWindow_get_Left_Proxy(IVideoWindow *This,long *pLeft);
705 HRESULT WINAPI IVideoWindow_put_Width_Proxy(IVideoWindow *This,long Width);
707 HRESULT WINAPI IVideoWindow_get_Width_Proxy(IVideoWindow *This,long *pWidth);
709 HRESULT WINAPI IVideoWindow_put_Top_Proxy(IVideoWindow *This,long Top);
711 HRESULT WINAPI IVideoWindow_get_Top_Proxy(IVideoWindow *This,long *pTop);
713 HRESULT WINAPI IVideoWindow_put_Height_Proxy(IVideoWindow *This,long Height);
715 HRESULT WINAPI IVideoWindow_get_Height_Proxy(IVideoWindow *This,long *pHeight);
717 HRESULT WINAPI IVideoWindow_put_Owner_Proxy(IVideoWindow *This,OAHWND Owner);
719 HRESULT WINAPI IVideoWindow_get_Owner_Proxy(IVideoWindow *This,OAHWND *Owner);
721 HRESULT WINAPI IVideoWindow_put_MessageDrain_Proxy(IVideoWindow *This,OAHWND Drain);
723 HRESULT WINAPI IVideoWindow_get_MessageDrain_Proxy(IVideoWindow *This,OAHWND *Drain);
725 HRESULT WINAPI IVideoWindow_get_BorderColor_Proxy(IVideoWindow *This,long *Color);
727 HRESULT WINAPI IVideoWindow_put_BorderColor_Proxy(IVideoWindow *This,long Color);
729 HRESULT WINAPI IVideoWindow_get_FullScreenMode_Proxy(IVideoWindow *This,long *FullScreenMode);
731 HRESULT WINAPI IVideoWindow_put_FullScreenMode_Proxy(IVideoWindow *This,long FullScreenMode);
733 HRESULT WINAPI IVideoWindow_SetWindowForeground_Proxy(IVideoWindow *This,long Focus);
735 HRESULT WINAPI IVideoWindow_NotifyOwnerMessage_Proxy(IVideoWindow *This,OAHWND hwnd,long uMsg,LONG_PTR wParam,LONG_PTR lParam);
737 HRESULT WINAPI IVideoWindow_SetWindowPosition_Proxy(IVideoWindow *This,long Left,long Top,long Width,long Height);
739 HRESULT WINAPI IVideoWindow_GetWindowPosition_Proxy(IVideoWindow *This,long *pLeft,long *pTop,long *pWidth,long *pHeight);
741 HRESULT WINAPI IVideoWindow_GetMinIdealImageSize_Proxy(IVideoWindow *This,long *pWidth,long *pHeight);
743 HRESULT WINAPI IVideoWindow_GetMaxIdealImageSize_Proxy(IVideoWindow *This,long *pWidth,long *pHeight);
745 HRESULT WINAPI IVideoWindow_GetRestorePosition_Proxy(IVideoWindow *This,long *pLeft,long *pTop,long *pWidth,long *pHeight);
747 HRESULT WINAPI IVideoWindow_HideCursor_Proxy(IVideoWindow *This,long HideCursor);
749 HRESULT WINAPI IVideoWindow_IsCursorHidden_Proxy(IVideoWindow *This,long *CursorHidden);