Ignore:
Timestamp:
Sep 15, 2001, 11:28:23 AM (24 years ago)
Author:
sandervl
Message:

wine update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/quartz/ividwin.c

    r6649 r6710  
    1 /* $Id: ividwin.c,v 1.2 2001-09-05 13:36:37 bird Exp $ */
    21/*
    32 * Implementation of IVideoWindow for FilterGraph.
     
    3130IVideoWindow_fnQueryInterface(IVideoWindow* iface,REFIID riid,void** ppobj)
    3231{
    33     CFilterGraph_THIS(iface,vidwin);
    34 
    35     TRACE("(%p)->()\n",This);
    36 
    37     return IUnknown_QueryInterface(This->unk.punkControl,riid,ppobj);
     32        CFilterGraph_THIS(iface,vidwin);
     33
     34        TRACE("(%p)->()\n",This);
     35
     36        return IUnknown_QueryInterface(This->unk.punkControl,riid,ppobj);
    3837}
    3938
     
    4140IVideoWindow_fnAddRef(IVideoWindow* iface)
    4241{
    43     CFilterGraph_THIS(iface,vidwin);
    44 
    45     TRACE("(%p)->()\n",This);
    46 
    47     return IUnknown_AddRef(This->unk.punkControl);
     42        CFilterGraph_THIS(iface,vidwin);
     43
     44        TRACE("(%p)->()\n",This);
     45
     46        return IUnknown_AddRef(This->unk.punkControl);
    4847}
    4948
     
    5150IVideoWindow_fnRelease(IVideoWindow* iface)
    5251{
    53     CFilterGraph_THIS(iface,vidwin);
    54 
    55     TRACE("(%p)->()\n",This);
    56 
    57     return IUnknown_Release(This->unk.punkControl);
     52        CFilterGraph_THIS(iface,vidwin);
     53
     54        TRACE("(%p)->()\n",This);
     55
     56        return IUnknown_Release(This->unk.punkControl);
    5857}
    5958
     
    6160IVideoWindow_fnGetTypeInfoCount(IVideoWindow* iface,UINT* pcTypeInfo)
    6261{
    63     CFilterGraph_THIS(iface,vidwin);
    64 
    65     FIXME("(%p)->()\n",This);
    66 
    67     return E_NOTIMPL;
     62        CFilterGraph_THIS(iface,vidwin);
     63
     64        FIXME("(%p)->()\n",This);
     65
     66        return E_NOTIMPL;
    6867}
    6968
     
    7170IVideoWindow_fnGetTypeInfo(IVideoWindow* iface,UINT iTypeInfo, LCID lcid, ITypeInfo** ppobj)
    7271{
    73     CFilterGraph_THIS(iface,vidwin);
    74 
    75     FIXME("(%p)->()\n",This);
    76 
    77     return E_NOTIMPL;
     72        CFilterGraph_THIS(iface,vidwin);
     73
     74        FIXME("(%p)->()\n",This);
     75
     76        return E_NOTIMPL;
    7877}
    7978
     
    8180IVideoWindow_fnGetIDsOfNames(IVideoWindow* iface,REFIID riid, LPOLESTR* ppwszName, UINT cNames, LCID lcid, DISPID* pDispId)
    8281{
    83     CFilterGraph_THIS(iface,vidwin);
    84 
    85     FIXME("(%p)->()\n",This);
    86 
    87     return E_NOTIMPL;
     82        CFilterGraph_THIS(iface,vidwin);
     83
     84        FIXME("(%p)->()\n",This);
     85
     86        return E_NOTIMPL;
    8887}
    8988
     
    9190IVideoWindow_fnInvoke(IVideoWindow* iface,DISPID DispId, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS* pDispParams, VARIANT* pVarRes, EXCEPINFO* pExcepInfo, UINT* puArgErr)
    9291{
    93     CFilterGraph_THIS(iface,vidwin);
    94 
    95     FIXME("(%p)->()\n",This);
    96 
    97     return E_NOTIMPL;
     92        CFilterGraph_THIS(iface,vidwin);
     93
     94        FIXME("(%p)->()\n",This);
     95
     96        return E_NOTIMPL;
    9897}
    9998
     
    103102IVideoWindow_fnput_Caption(IVideoWindow* iface,BSTR strCaption)
    104103{
    105     CFilterGraph_THIS(iface,vidwin);
    106 
    107     FIXME("(%p)->() stub!\n",This);
    108 
    109     return E_NOTIMPL;
     104        CFilterGraph_THIS(iface,vidwin);
     105
     106        FIXME("(%p)->() stub!\n",This);
     107
     108        return E_NOTIMPL;
    110109}
    111110
     
    113112IVideoWindow_fnget_Caption(IVideoWindow* iface,BSTR* pstrCaption)
    114113{
    115     CFilterGraph_THIS(iface,vidwin);
    116 
    117     FIXME("(%p)->() stub!\n",This);
    118 
    119     return E_NOTIMPL;
     114        CFilterGraph_THIS(iface,vidwin);
     115
     116        FIXME("(%p)->() stub!\n",This);
     117
     118        return E_NOTIMPL;
    120119}
    121120
     
    123122IVideoWindow_fnput_WindowStyle(IVideoWindow* iface,long lStyle)
    124123{
    125     CFilterGraph_THIS(iface,vidwin);
    126 
    127     FIXME("(%p)->() stub!\n",This);
    128 
    129     return E_NOTIMPL;
     124        CFilterGraph_THIS(iface,vidwin);
     125
     126        FIXME("(%p)->() stub!\n",This);
     127
     128        return E_NOTIMPL;
    130129}
    131130
     
    133132IVideoWindow_fnget_WindowStyle(IVideoWindow* iface,long* plStyle)
    134133{
    135     CFilterGraph_THIS(iface,vidwin);
    136 
    137     FIXME("(%p)->() stub!\n",This);
    138 
    139     return E_NOTIMPL;
     134        CFilterGraph_THIS(iface,vidwin);
     135
     136        FIXME("(%p)->() stub!\n",This);
     137
     138        return E_NOTIMPL;
    140139}
    141140
     
    143142IVideoWindow_fnput_WindowStyleEx(IVideoWindow* iface,long lExStyle)
    144143{
    145     CFilterGraph_THIS(iface,vidwin);
    146 
    147     FIXME("(%p)->() stub!\n",This);
    148 
    149     return E_NOTIMPL;
     144        CFilterGraph_THIS(iface,vidwin);
     145
     146        FIXME("(%p)->() stub!\n",This);
     147
     148        return E_NOTIMPL;
    150149}
    151150
     
    153152IVideoWindow_fnget_WindowStyleEx(IVideoWindow* iface,long* plExStyle)
    154153{
    155     CFilterGraph_THIS(iface,vidwin);
    156 
    157     FIXME("(%p)->() stub!\n",This);
    158 
    159     return E_NOTIMPL;
     154        CFilterGraph_THIS(iface,vidwin);
     155
     156        FIXME("(%p)->() stub!\n",This);
     157
     158        return E_NOTIMPL;
    160159}
    161160
     
    163162IVideoWindow_fnput_AutoShow(IVideoWindow* iface,long lAutoShow)
    164163{
    165     CFilterGraph_THIS(iface,vidwin);
    166 
    167     FIXME("(%p)->() stub!\n",This);
    168 
    169     return E_NOTIMPL;
     164        CFilterGraph_THIS(iface,vidwin);
     165
     166        FIXME("(%p)->() stub!\n",This);
     167
     168        return E_NOTIMPL;
    170169}
    171170
     
    173172IVideoWindow_fnget_AutoShow(IVideoWindow* iface,long* plAutoShow)
    174173{
    175     CFilterGraph_THIS(iface,vidwin);
    176 
    177     FIXME("(%p)->() stub!\n",This);
    178 
    179     return E_NOTIMPL;
     174        CFilterGraph_THIS(iface,vidwin);
     175
     176        FIXME("(%p)->() stub!\n",This);
     177
     178        return E_NOTIMPL;
    180179}
    181180
     
    183182IVideoWindow_fnput_WindowState(IVideoWindow* iface,long lState)
    184183{
    185     CFilterGraph_THIS(iface,vidwin);
    186 
    187     FIXME("(%p)->() stub!\n",This);
    188 
    189     return E_NOTIMPL;
     184        CFilterGraph_THIS(iface,vidwin);
     185
     186        FIXME("(%p)->() stub!\n",This);
     187
     188        return E_NOTIMPL;
    190189}
    191190
     
    193192IVideoWindow_fnget_WindowState(IVideoWindow* iface,long* plState)
    194193{
    195     CFilterGraph_THIS(iface,vidwin);
    196 
    197     FIXME("(%p)->() stub!\n",This);
    198 
    199     return E_NOTIMPL;
     194        CFilterGraph_THIS(iface,vidwin);
     195
     196        FIXME("(%p)->() stub!\n",This);
     197
     198        return E_NOTIMPL;
    200199}
    201200
     
    203202IVideoWindow_fnput_BackgroundPalette(IVideoWindow* iface,long lBackPal)
    204203{
    205     CFilterGraph_THIS(iface,vidwin);
    206 
    207     FIXME("(%p)->() stub!\n",This);
    208 
    209     return E_NOTIMPL;
     204        CFilterGraph_THIS(iface,vidwin);
     205
     206        FIXME("(%p)->() stub!\n",This);
     207
     208        return E_NOTIMPL;
    210209}
    211210
     
    213212IVideoWindow_fnget_BackgroundPalette(IVideoWindow* iface,long* plBackPal)
    214213{
    215     CFilterGraph_THIS(iface,vidwin);
    216 
    217     FIXME("(%p)->() stub!\n",This);
    218 
    219     return E_NOTIMPL;
     214        CFilterGraph_THIS(iface,vidwin);
     215
     216        FIXME("(%p)->() stub!\n",This);
     217
     218        return E_NOTIMPL;
    220219}
    221220
     
    223222IVideoWindow_fnput_Visible(IVideoWindow* iface,long lVisible)
    224223{
    225     CFilterGraph_THIS(iface,vidwin);
    226 
    227     FIXME("(%p)->() stub!\n",This);
    228 
    229     return E_NOTIMPL;
     224        CFilterGraph_THIS(iface,vidwin);
     225
     226        FIXME("(%p)->() stub!\n",This);
     227
     228        return E_NOTIMPL;
    230229}
    231230
     
    233232IVideoWindow_fnget_Visible(IVideoWindow* iface,long* plVisible)
    234233{
    235     CFilterGraph_THIS(iface,vidwin);
    236 
    237     FIXME("(%p)->() stub!\n",This);
    238 
    239     return E_NOTIMPL;
     234        CFilterGraph_THIS(iface,vidwin);
     235
     236        FIXME("(%p)->() stub!\n",This);
     237
     238        return E_NOTIMPL;
    240239}
    241240
     
    243242IVideoWindow_fnput_Left(IVideoWindow* iface,long lLeft)
    244243{
    245     CFilterGraph_THIS(iface,vidwin);
    246 
    247     FIXME("(%p)->() stub!\n",This);
    248 
    249     return E_NOTIMPL;
     244        CFilterGraph_THIS(iface,vidwin);
     245
     246        FIXME("(%p)->() stub!\n",This);
     247
     248        return E_NOTIMPL;
    250249}
    251250
     
    253252IVideoWindow_fnget_Left(IVideoWindow* iface,long* plLeft)
    254253{
    255     CFilterGraph_THIS(iface,vidwin);
    256 
    257     FIXME("(%p)->() stub!\n",This);
    258 
    259     return E_NOTIMPL;
     254        CFilterGraph_THIS(iface,vidwin);
     255
     256        FIXME("(%p)->() stub!\n",This);
     257
     258        return E_NOTIMPL;
    260259}
    261260
     
    263262IVideoWindow_fnput_Width(IVideoWindow* iface,long lWidth)
    264263{
    265     CFilterGraph_THIS(iface,vidwin);
    266 
    267     FIXME("(%p)->() stub!\n",This);
    268 
    269     return E_NOTIMPL;
     264        CFilterGraph_THIS(iface,vidwin);
     265
     266        FIXME("(%p)->() stub!\n",This);
     267
     268        return E_NOTIMPL;
    270269}
    271270
     
    273272IVideoWindow_fnget_Width(IVideoWindow* iface,long* plWidth)
    274273{
    275     CFilterGraph_THIS(iface,vidwin);
    276 
    277     FIXME("(%p)->() stub!\n",This);
    278 
    279     return E_NOTIMPL;
     274        CFilterGraph_THIS(iface,vidwin);
     275
     276        FIXME("(%p)->() stub!\n",This);
     277
     278        return E_NOTIMPL;
    280279}
    281280
     
    283282IVideoWindow_fnput_Top(IVideoWindow* iface,long lTop)
    284283{
    285     CFilterGraph_THIS(iface,vidwin);
    286 
    287     FIXME("(%p)->() stub!\n",This);
    288 
    289     return E_NOTIMPL;
     284        CFilterGraph_THIS(iface,vidwin);
     285
     286        FIXME("(%p)->() stub!\n",This);
     287
     288        return E_NOTIMPL;
    290289}
    291290
     
    293292IVideoWindow_fnget_Top(IVideoWindow* iface,long* plTop)
    294293{
    295     CFilterGraph_THIS(iface,vidwin);
    296 
    297     FIXME("(%p)->() stub!\n",This);
    298 
    299     return E_NOTIMPL;
     294        CFilterGraph_THIS(iface,vidwin);
     295
     296        FIXME("(%p)->() stub!\n",This);
     297
     298        return E_NOTIMPL;
    300299}
    301300
     
    303302IVideoWindow_fnput_Height(IVideoWindow* iface,long lHeight)
    304303{
    305     CFilterGraph_THIS(iface,vidwin);
    306 
    307     FIXME("(%p)->() stub!\n",This);
    308 
    309     return E_NOTIMPL;
     304        CFilterGraph_THIS(iface,vidwin);
     305
     306        FIXME("(%p)->() stub!\n",This);
     307
     308        return E_NOTIMPL;
    310309}
    311310
     
    313312IVideoWindow_fnget_Height(IVideoWindow* iface,long* plHeight)
    314313{
    315     CFilterGraph_THIS(iface,vidwin);
    316 
    317     FIXME("(%p)->() stub!\n",This);
    318 
    319     return E_NOTIMPL;
     314        CFilterGraph_THIS(iface,vidwin);
     315
     316        FIXME("(%p)->() stub!\n",This);
     317
     318        return E_NOTIMPL;
    320319}
    321320
     
    323322IVideoWindow_fnput_Owner(IVideoWindow* iface,OAHWND hwnd)
    324323{
    325     CFilterGraph_THIS(iface,vidwin);
    326 
    327     FIXME("(%p)->() stub!\n",This);
    328 
    329     return E_NOTIMPL;
     324        CFilterGraph_THIS(iface,vidwin);
     325
     326        FIXME("(%p)->() stub!\n",This);
     327
     328        return E_NOTIMPL;
    330329}
    331330
     
    333332IVideoWindow_fnget_Owner(IVideoWindow* iface,OAHWND* phwnd)
    334333{
    335     CFilterGraph_THIS(iface,vidwin);
    336 
    337     FIXME("(%p)->() stub!\n",This);
    338 
    339     return E_NOTIMPL;
     334        CFilterGraph_THIS(iface,vidwin);
     335
     336        FIXME("(%p)->() stub!\n",This);
     337
     338        return E_NOTIMPL;
    340339}
    341340
     
    343342IVideoWindow_fnput_MessageDrain(IVideoWindow* iface,OAHWND hwnd)
    344343{
    345     CFilterGraph_THIS(iface,vidwin);
    346 
    347     FIXME("(%p)->() stub!\n",This);
    348 
    349     return E_NOTIMPL;
     344        CFilterGraph_THIS(iface,vidwin);
     345
     346        FIXME("(%p)->() stub!\n",This);
     347
     348        return E_NOTIMPL;
    350349}
    351350
     
    353352IVideoWindow_fnget_MessageDrain(IVideoWindow* iface,OAHWND* phwnd)
    354353{
    355     CFilterGraph_THIS(iface,vidwin);
    356 
    357     FIXME("(%p)->() stub!\n",This);
    358 
    359     return E_NOTIMPL;
     354        CFilterGraph_THIS(iface,vidwin);
     355
     356        FIXME("(%p)->() stub!\n",This);
     357
     358        return E_NOTIMPL;
    360359}
    361360
     
    363362IVideoWindow_fnget_BorderColor(IVideoWindow* iface,long* plColor)
    364363{
    365     CFilterGraph_THIS(iface,vidwin);
    366 
    367     FIXME("(%p)->() stub!\n",This);
    368 
    369     return E_NOTIMPL;
     364        CFilterGraph_THIS(iface,vidwin);
     365
     366        FIXME("(%p)->() stub!\n",This);
     367
     368        return E_NOTIMPL;
    370369}
    371370
     
    373372IVideoWindow_fnput_BorderColor(IVideoWindow* iface,long lColor)
    374373{
    375     CFilterGraph_THIS(iface,vidwin);
    376 
    377     FIXME("(%p)->() stub!\n",This);
    378 
    379     return E_NOTIMPL;
     374        CFilterGraph_THIS(iface,vidwin);
     375
     376        FIXME("(%p)->() stub!\n",This);
     377
     378        return E_NOTIMPL;
    380379}
    381380
     
    383382IVideoWindow_fnget_FullScreenMode(IVideoWindow* iface,long* plMode)
    384383{
    385     CFilterGraph_THIS(iface,vidwin);
    386 
    387     FIXME("(%p)->() stub!\n",This);
    388 
    389     return E_NOTIMPL;
     384        CFilterGraph_THIS(iface,vidwin);
     385
     386        FIXME("(%p)->() stub!\n",This);
     387
     388        return E_NOTIMPL;
    390389}
    391390
     
    393392IVideoWindow_fnput_FullScreenMode(IVideoWindow* iface,long lMode)
    394393{
    395     CFilterGraph_THIS(iface,vidwin);
    396 
    397     FIXME("(%p)->() stub!\n",This);
    398 
    399     return E_NOTIMPL;
     394        CFilterGraph_THIS(iface,vidwin);
     395
     396        FIXME("(%p)->() stub!\n",This);
     397
     398        return E_NOTIMPL;
    400399}
    401400
     
    403402IVideoWindow_fnSetWindowForeground(IVideoWindow* iface,long lFocus)
    404403{
    405     CFilterGraph_THIS(iface,vidwin);
    406 
    407     FIXME("(%p)->() stub!\n",This);
    408 
    409     return E_NOTIMPL;
     404        CFilterGraph_THIS(iface,vidwin);
     405
     406        FIXME("(%p)->() stub!\n",This);
     407
     408        return E_NOTIMPL;
    410409}
    411410
     
    413412IVideoWindow_fnNotifyOwnerMessage(IVideoWindow* iface,OAHWND hwnd,long message,LONG_PTR wParam,LONG_PTR lParam)
    414413{
    415     CFilterGraph_THIS(iface,vidwin);
    416 
    417     FIXME("(%p)->() stub!\n",This);
    418 
    419     return E_NOTIMPL;
     414        CFilterGraph_THIS(iface,vidwin);
     415
     416        FIXME("(%p)->() stub!\n",This);
     417
     418        return E_NOTIMPL;
    420419}
    421420
     
    423422IVideoWindow_fnSetWindowPosition(IVideoWindow* iface,long lLeft,long lTop,long lWidth,long lHeight)
    424423{
    425     CFilterGraph_THIS(iface,vidwin);
    426 
    427     FIXME("(%p)->() stub!\n",This);
    428 
    429     return E_NOTIMPL;
     424        CFilterGraph_THIS(iface,vidwin);
     425
     426        FIXME("(%p)->() stub!\n",This);
     427
     428        return E_NOTIMPL;
    430429}
    431430
     
    433432IVideoWindow_fnGetWindowPosition(IVideoWindow* iface,long* plLeft,long* plTop,long* plWidth,long* plHeight)
    434433{
    435     CFilterGraph_THIS(iface,vidwin);
    436 
    437     FIXME("(%p)->() stub!\n",This);
    438 
    439     return E_NOTIMPL;
     434        CFilterGraph_THIS(iface,vidwin);
     435
     436        FIXME("(%p)->() stub!\n",This);
     437
     438        return E_NOTIMPL;
    440439}
    441440
     
    443442IVideoWindow_fnGetMinIdealImageSize(IVideoWindow* iface,long* plWidth,long* plHeight)
    444443{
    445     CFilterGraph_THIS(iface,vidwin);
    446 
    447     FIXME("(%p)->() stub!\n",This);
    448 
    449     return E_NOTIMPL;
     444        CFilterGraph_THIS(iface,vidwin);
     445
     446        FIXME("(%p)->() stub!\n",This);
     447
     448        return E_NOTIMPL;
    450449}
    451450
     
    453452IVideoWindow_fnGetMaxIdealImageSize(IVideoWindow* iface,long* plWidth,long* plHeight)
    454453{
    455     CFilterGraph_THIS(iface,vidwin);
    456 
    457     FIXME("(%p)->() stub!\n",This);
    458 
    459     return E_NOTIMPL;
     454        CFilterGraph_THIS(iface,vidwin);
     455
     456        FIXME("(%p)->() stub!\n",This);
     457
     458        return E_NOTIMPL;
    460459}
    461460
     
    463462IVideoWindow_fnGetRestorePosition(IVideoWindow* iface,long* plLeft,long* plTop,long* plWidth,long* plHeight)
    464463{
    465     CFilterGraph_THIS(iface,vidwin);
    466 
    467     FIXME("(%p)->() stub!\n",This);
    468 
    469     return E_NOTIMPL;
     464        CFilterGraph_THIS(iface,vidwin);
     465
     466        FIXME("(%p)->() stub!\n",This);
     467
     468        return E_NOTIMPL;
    470469}
    471470
     
    473472IVideoWindow_fnHideCursor(IVideoWindow* iface,long lHide)
    474473{
    475     CFilterGraph_THIS(iface,vidwin);
    476 
    477     FIXME("(%p)->() stub!\n",This);
    478 
    479     return E_NOTIMPL;
     474        CFilterGraph_THIS(iface,vidwin);
     475
     476        FIXME("(%p)->() stub!\n",This);
     477
     478        return E_NOTIMPL;
    480479}
    481480
     
    483482IVideoWindow_fnIsCursorHidden(IVideoWindow* iface,long* plHide)
    484483{
    485     CFilterGraph_THIS(iface,vidwin);
    486 
    487     FIXME("(%p)->() stub!\n",This);
    488 
    489     return E_NOTIMPL;
     484        CFilterGraph_THIS(iface,vidwin);
     485
     486        FIXME("(%p)->() stub!\n",This);
     487
     488        return E_NOTIMPL;
    490489}
    491490
     
    495494static ICOM_VTABLE(IVideoWindow) ivideowindow =
    496495{
    497     ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
    498     /* IUnknown fields */
    499     IVideoWindow_fnQueryInterface,
    500     IVideoWindow_fnAddRef,
    501     IVideoWindow_fnRelease,
    502     /* IDispatch fields */
    503     IVideoWindow_fnGetTypeInfoCount,
    504     IVideoWindow_fnGetTypeInfo,
    505     IVideoWindow_fnGetIDsOfNames,
    506     IVideoWindow_fnInvoke,
    507     /* IVideoWindow fields */
    508     IVideoWindow_fnput_Caption,
    509     IVideoWindow_fnget_Caption,
    510     IVideoWindow_fnput_WindowStyle,
    511     IVideoWindow_fnget_WindowStyle,
    512     IVideoWindow_fnput_WindowStyleEx,
    513     IVideoWindow_fnget_WindowStyleEx,
    514     IVideoWindow_fnput_AutoShow,
    515     IVideoWindow_fnget_AutoShow,
    516     IVideoWindow_fnput_WindowState,
    517     IVideoWindow_fnget_WindowState,
    518     IVideoWindow_fnput_BackgroundPalette,
    519     IVideoWindow_fnget_BackgroundPalette,
    520     IVideoWindow_fnput_Visible,
    521     IVideoWindow_fnget_Visible,
    522     IVideoWindow_fnput_Left,
    523     IVideoWindow_fnget_Left,
    524     IVideoWindow_fnput_Width,
    525     IVideoWindow_fnget_Width,
    526     IVideoWindow_fnput_Top,
    527     IVideoWindow_fnget_Top,
    528     IVideoWindow_fnput_Height,
    529     IVideoWindow_fnget_Height,
    530     IVideoWindow_fnput_Owner,
    531     IVideoWindow_fnget_Owner,
    532     IVideoWindow_fnput_MessageDrain,
    533     IVideoWindow_fnget_MessageDrain,
    534     IVideoWindow_fnget_BorderColor,
    535     IVideoWindow_fnput_BorderColor,
    536     IVideoWindow_fnget_FullScreenMode,
    537     IVideoWindow_fnput_FullScreenMode,
    538     IVideoWindow_fnSetWindowForeground,
    539     IVideoWindow_fnNotifyOwnerMessage,
    540     IVideoWindow_fnSetWindowPosition,
    541     IVideoWindow_fnGetWindowPosition,
    542     IVideoWindow_fnGetMinIdealImageSize,
    543     IVideoWindow_fnGetMaxIdealImageSize,
    544     IVideoWindow_fnGetRestorePosition,
    545     IVideoWindow_fnHideCursor,
    546     IVideoWindow_fnIsCursorHidden,
     496        ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
     497        /* IUnknown fields */
     498        IVideoWindow_fnQueryInterface,
     499        IVideoWindow_fnAddRef,
     500        IVideoWindow_fnRelease,
     501        /* IDispatch fields */
     502        IVideoWindow_fnGetTypeInfoCount,
     503        IVideoWindow_fnGetTypeInfo,
     504        IVideoWindow_fnGetIDsOfNames,
     505        IVideoWindow_fnInvoke,
     506        /* IVideoWindow fields */
     507        IVideoWindow_fnput_Caption,
     508        IVideoWindow_fnget_Caption,
     509        IVideoWindow_fnput_WindowStyle,
     510        IVideoWindow_fnget_WindowStyle,
     511        IVideoWindow_fnput_WindowStyleEx,
     512        IVideoWindow_fnget_WindowStyleEx,
     513        IVideoWindow_fnput_AutoShow,
     514        IVideoWindow_fnget_AutoShow,
     515        IVideoWindow_fnput_WindowState,
     516        IVideoWindow_fnget_WindowState,
     517        IVideoWindow_fnput_BackgroundPalette,
     518        IVideoWindow_fnget_BackgroundPalette,
     519        IVideoWindow_fnput_Visible,
     520        IVideoWindow_fnget_Visible,
     521        IVideoWindow_fnput_Left,
     522        IVideoWindow_fnget_Left,
     523        IVideoWindow_fnput_Width,
     524        IVideoWindow_fnget_Width,
     525        IVideoWindow_fnput_Top,
     526        IVideoWindow_fnget_Top,
     527        IVideoWindow_fnput_Height,
     528        IVideoWindow_fnget_Height,
     529        IVideoWindow_fnput_Owner,
     530        IVideoWindow_fnget_Owner,
     531        IVideoWindow_fnput_MessageDrain,
     532        IVideoWindow_fnget_MessageDrain,
     533        IVideoWindow_fnget_BorderColor,
     534        IVideoWindow_fnput_BorderColor,
     535        IVideoWindow_fnget_FullScreenMode,
     536        IVideoWindow_fnput_FullScreenMode,
     537        IVideoWindow_fnSetWindowForeground,
     538        IVideoWindow_fnNotifyOwnerMessage,
     539        IVideoWindow_fnSetWindowPosition,
     540        IVideoWindow_fnGetWindowPosition,
     541        IVideoWindow_fnGetMinIdealImageSize,
     542        IVideoWindow_fnGetMaxIdealImageSize,
     543        IVideoWindow_fnGetRestorePosition,
     544        IVideoWindow_fnHideCursor,
     545        IVideoWindow_fnIsCursorHidden,
    547546
    548547};
    549548
    550549
    551 void CFilterGraph_InitIVideoWindow( CFilterGraph* pfg )
    552 {
    553     TRACE("(%p)\n",pfg);
    554     ICOM_VTBL(&pfg->vidwin) = &ivideowindow;
    555 }
     550HRESULT CFilterGraph_InitIVideoWindow( CFilterGraph* pfg )
     551{
     552        TRACE("(%p)\n",pfg);
     553        ICOM_VTBL(&pfg->vidwin) = &ivideowindow;
     554
     555        return NOERROR;
     556}
     557
     558void CFilterGraph_UninitIVideoWindow( CFilterGraph* pfg )
     559{
     560        TRACE("(%p)\n",pfg);
     561}
     562
Note: See TracChangeset for help on using the changeset viewer.