|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "dshow.h"#include "wine/unicode.h"#include "wine/strmbase.h"#include "uuids.h"#include "vfwmsgs.h"#include <assert.h>
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| HRESULT WINAPI | BaseDispatch_Init (BaseDispatch *This, REFIID riid) |
| HRESULT WINAPI | BaseDispatch_Destroy (BaseDispatch *This) |
| HRESULT WINAPI | BaseDispatchImpl_GetIDsOfNames (BaseDispatch *This, REFIID riid, OLECHAR **rgszNames, UINT cNames, LCID lcid, DISPID *rgdispid) |
| HRESULT WINAPI | BaseDispatchImpl_GetTypeInfo (BaseDispatch *This, REFIID riid, UINT itinfo, LCID lcid, ITypeInfo **pptinfo) |
| HRESULT WINAPI | BaseDispatchImpl_GetTypeInfoCount (BaseDispatch *This, UINT *pctinfo) |
| #define COBJMACROS |
Definition at line 21 of file dispatch.c.
| HRESULT WINAPI BaseDispatch_Destroy | ( | BaseDispatch * | This | ) |
Definition at line 45 of file dispatch.c.
Referenced by BaseControlVideo_Destroy(), BaseControlWindow_Destroy(), BasicAudio_Destroy(), and SeekInner_Release().
| HRESULT WINAPI BaseDispatch_Init | ( | BaseDispatch * | This, |
| REFIID | riid | ||
| ) |
Definition at line 30 of file dispatch.c.
Referenced by BaseControlVideo_Init(), BaseControlWindow_Init(), BasicAudio_Init(), and PosPassThru_Construct().
| HRESULT WINAPI BaseDispatchImpl_GetIDsOfNames | ( | BaseDispatch * | This, |
| REFIID | riid, | ||
| OLECHAR ** | rgszNames, | ||
| UINT | cNames, | ||
| LCID | lcid, | ||
| DISPID * | rgdispid | ||
| ) |
Definition at line 52 of file dispatch.c.
Referenced by BaseControlVideoImpl_GetIDsOfNames(), BaseControlWindowImpl_GetIDsOfNames(), BasicAudioImpl_GetIDsOfNames(), and MediaPositionPassThru_GetIDsOfNames().
| HRESULT WINAPI BaseDispatchImpl_GetTypeInfo | ( | BaseDispatch * | This, |
| REFIID | riid, | ||
| UINT | itinfo, | ||
| LCID | lcid, | ||
| ITypeInfo ** | pptinfo | ||
| ) |
Definition at line 59 of file dispatch.c.
Referenced by BaseControlVideoImpl_GetTypeInfo(), BaseControlVideoImpl_Invoke(), BaseControlWindowImpl_GetTypeInfo(), BaseControlWindowImpl_Invoke(), BasicAudioImpl_GetTypeInfo(), BasicAudioImpl_Invoke(), MediaPositionPassThru_GetTypeInfo(), and MediaPositionPassThru_Invoke().
| HRESULT WINAPI BaseDispatchImpl_GetTypeInfoCount | ( | BaseDispatch * | This, |
| UINT * | pctinfo | ||
| ) |
Definition at line 70 of file dispatch.c.
Referenced by BaseControlVideoImpl_GetTypeInfoCount(), BaseControlWindowImpl_GetTypeInfoCount(), BasicAudioImpl_GetTypeInfoCount(), and MediaPositionPassThru_GetTypeInfoCount().