#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "wincodec.h"
#include "wincodecs_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | PropertyBag |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (wincodecs) |
| static HRESULT WINAPI | PropertyBag_QueryInterface (IPropertyBag2 *iface, REFIID iid, void **ppv) |
| static ULONG WINAPI | PropertyBag_AddRef (IPropertyBag2 *iface) |
| static ULONG WINAPI | PropertyBag_Release (IPropertyBag2 *iface) |
| static HRESULT WINAPI | PropertyBag_Read (IPropertyBag2 *iface, ULONG cProperties, PROPBAG2 *pPropBag, IErrorLog *pErrLog, VARIANT *pvarValue, HRESULT *phrError) |
| static HRESULT WINAPI | PropertyBag_Write (IPropertyBag2 *iface, ULONG cProperties, PROPBAG2 *pPropBag, VARIANT *pvarValue) |
| static HRESULT WINAPI | PropertyBag_CountProperties (IPropertyBag2 *iface, ULONG *pcProperties) |
| static HRESULT WINAPI | PropertyBag_GetPropertyInfo (IPropertyBag2 *iface, ULONG iProperty, ULONG cProperties, PROPBAG2 *pPropBag, ULONG *pcProperties) |
| static HRESULT WINAPI | PropertyBag_LoadObject (IPropertyBag2 *iface, LPCOLESTR pstrName, DWORD dwHint, IUnknown *pUnkObject, IErrorLog *pErrLog) |
| HRESULT | CreatePropertyBag2 (IPropertyBag2 **ppPropertyBag2) |
Variables |
| static const IPropertyBag2Vtbl | PropertyBag_Vtbl |