|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#include "wine/debug.h"
#include "quartz_private.h"
#include "wine/unicode.h"
#include "uuids.h"
Go to the source code of this file.
Data Structures |
| struct | IClassFactoryImpl |
| struct | object_creation_info |
Defines |
| #define | OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) { { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } } , #name }, |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (quartz) |
| HRESULT WINAPI | QUARTZ_DllGetClassObject (REFCLSID, REFIID, LPVOID *) |
| static HRESULT WINAPI | DSCF_QueryInterface (LPCLASSFACTORY iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | DSCF_AddRef (LPCLASSFACTORY iface) |
| static ULONG WINAPI | DSCF_Release (LPCLASSFACTORY iface) |
| static HRESULT WINAPI | DSCF_CreateInstance (LPCLASSFACTORY iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
| static HRESULT WINAPI | DSCF_LockServer (LPCLASSFACTORY iface, BOOL dolock) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| HRESULT CALLBACK | ICaptureGraphBuilder_FindInterface_Proxy (ICaptureGraphBuilder *This, const GUID *pCategory, IBaseFilter *pf, REFIID riid, void **ppint) |
| HRESULT __RPC_STUB | ICaptureGraphBuilder_FindInterface_Stub (ICaptureGraphBuilder *This, const GUID *pCategory, IBaseFilter *pf, REFIID riid, IUnknown **ppint) |
| HRESULT CALLBACK | ICaptureGraphBuilder2_FindInterface_Proxy (ICaptureGraphBuilder2 *This, const GUID *pCategory, const GUID *pType, IBaseFilter *pf, REFIID riid, void **ppint) |
| HRESULT __RPC_STUB | ICaptureGraphBuilder2_FindInterface_Stub (ICaptureGraphBuilder2 *This, const GUID *pCategory, const GUID *pType, IBaseFilter *pf, REFIID riid, IUnknown **ppint) |
| const char * | qzdebugstr_guid (const GUID *id) |
| LONG WINAPI | AmpFactorToDB (LONG ampfactor) |
| LONG WINAPI | DBToAmpFactor (LONG db) |
| DWORD WINAPI | AMGetErrorTextA (HRESULT hr, LPSTR buffer, DWORD maxlen) |
| DWORD WINAPI | AMGetErrorTextW (HRESULT hr, LPWSTR buffer, DWORD maxlen) |
Variables |
| static struct object_creation_info | object_creation [] |
| static const IClassFactoryVtbl | DSCF_Vtbl |
| struct { |
| const GUID riid |
| const char * name |
| } | InterfaceDesc [] |
Generated on Fri May 25 2012 04:38:52 for ReactOS by
1.7.6.1
|