|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "winerror.h"#include "winreg.h"#include "objbase.h"#include "wine/debug.h"#include "dmo.h"
Go to the source code of this file.
Classes | |
| struct | IEnumDMOImpl |
Macros | |
| #define | COBJMACROS |
| #define | MSDMO_MAJOR_VERSION 6 |
Variables | |
| static const WCHAR | szDMORootKey [] |
| static const WCHAR | szDMOInputType [] |
| static const WCHAR | szDMOOutputType [] |
| static const WCHAR | szDMOKeyed [] |
| static const WCHAR | szDMOCategories [] |
| static const WCHAR | szGUIDFmt [] |
| static const WCHAR | szCat3Fmt [] |
| static const WCHAR | szCat2Fmt [] |
| static const WCHAR | szToGuidFmt [] |
| static const IEnumDMOVtbl | edmovt |
| HRESULT WINAPI DMOEnum | ( | REFGUID | category, |
| DWORD | flags, | ||
| DWORD | cInTypes, | ||
| const DMO_PARTIAL_MEDIATYPE * | pInTypes, | ||
| DWORD | cOutTypes, | ||
| const DMO_PARTIAL_MEDIATYPE * | pOutTypes, | ||
| IEnumDMO ** | ppEnum | ||
| ) |
Definition at line 732 of file dmoreg.c.
Referenced by create_EnumMoniker().
Definition at line 342 of file dmoreg.c.
Referenced by DEVENUM_IPropertyBag_Read().
| HRESULT WINAPI DMOGetTypes | ( | REFCLSID | clsidDMO, |
| ULONG | ulInputTypesRequested, | ||
| ULONG * | pulInputTypesSupplied, | ||
| DMO_PARTIAL_MEDIATYPE * | pInputTypes, | ||
| ULONG | ulOutputTypesRequested, | ||
| ULONG * | pulOutputTypesSupplied, | ||
| DMO_PARTIAL_MEDIATYPE * | pOutputTypes | ||
| ) |
Definition at line 857 of file dmoreg.c.
| HRESULT WINAPI DMORegister | ( | LPCWSTR | szName, |
| REFCLSID | clsidDMO, | ||
| REFGUID | guidCategory, | ||
| DWORD | dwFlags, | ||
| DWORD | cInTypes, | ||
| const DMO_PARTIAL_MEDIATYPE * | pInTypes, | ||
| DWORD | cOutTypes, | ||
| const DMO_PARTIAL_MEDIATYPE * | pOutTypes | ||
| ) |
Definition at line 183 of file dmoreg.c.
Referenced by test_dmo().
Definition at line 290 of file dmoreg.c.
Referenced by test_dmo().
|
static |
Definition at line 373 of file dmoreg.c.
Referenced by IEnumDMO_Constructor().
Definition at line 109 of file dmoreg.c.
Referenced by DMOGetName(), DMOGetTypes(), DMORegister(), DMOUnregister(), IEnumDMO_Constructor(), and write_types().
|
static |
Definition at line 391 of file dmoreg.c.
Referenced by DMOEnum(), and IEnumDMO_fnClone().
|
static |
Definition at line 510 of file dmoreg.c.
|
static |
|
inlinestatic |
Definition at line 100 of file dmoreg.c.
Referenced by IEnumDMO_fnAddRef(), IEnumDMO_fnClone(), IEnumDMO_fnNext(), IEnumDMO_fnQueryInterface(), IEnumDMO_fnRelease(), IEnumDMO_fnReset(), and IEnumDMO_fnSkip().
|
static |
|
static |
Definition at line 778 of file dmoreg.c.
Referenced by DMOGetTypes(), and IEnumDMO_fnNext().
Definition at line 119 of file dmoreg.c.
Referenced by IEnumDMO_fnNext().
|
static |
Definition at line 270 of file dmoreg.c.
Referenced by DMOUnregister().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msdmo | ) |
|
static |
Definition at line 140 of file dmoreg.c.
Referenced by DMORegister().
|
static |
Definition at line 107 of file dmoreg.c.
Referenced by IEnumDMO_Constructor().
Definition at line 75 of file dmoreg.c.
Referenced by IEnumDMO_fnNext().
Definition at line 70 of file dmoreg.c.
Referenced by IEnumDMO_Constructor(), and IEnumDMO_fnNext().
Definition at line 58 of file dmoreg.c.
Referenced by DMORegister(), DMOUnregister(), and IEnumDMO_Constructor().
Definition at line 43 of file dmoreg.c.
Referenced by DMOGetTypes(), DMORegister(), and IEnumDMO_fnNext().
Definition at line 53 of file dmoreg.c.
Referenced by DMORegister(), and IEnumDMO_fnNext().
Definition at line 48 of file dmoreg.c.
Referenced by DMOGetTypes(), DMORegister(), and IEnumDMO_fnNext().
Definition at line 37 of file dmoreg.c.
Referenced by DMOGetName(), DMOGetTypes(), DMORegister(), DMOUnregister(), IEnumDMO_Constructor(), and IEnumDMO_fnNext().
Definition at line 63 of file dmoreg.c.
Referenced by GUIDToString().
Definition at line 80 of file dmoreg.c.
Referenced by IEnumDMO_fnNext(), and read_types().