summaryrefslogtreecommitdiffstats
path: root/plugins/pluginDirectShow/internals/wince/CPropertyBag.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pluginDirectShow/internals/wince/CPropertyBag.h')
-rwxr-xr-xplugins/pluginDirectShow/internals/wince/CPropertyBag.h33
1 files changed, 16 insertions, 17 deletions
diff --git a/plugins/pluginDirectShow/internals/wince/CPropertyBag.h b/plugins/pluginDirectShow/internals/wince/CPropertyBag.h
index 20ce779..8abb728 100755
--- a/plugins/pluginDirectShow/internals/wince/CPropertyBag.h
+++ b/plugins/pluginDirectShow/internals/wince/CPropertyBag.h
@@ -4,40 +4,39 @@
#include "plugin_dshow_config.h"
-struct VAR_LIST
-{
+struct VAR_LIST {
VARIANT var;
VAR_LIST *pNext;
BSTR pBSTRName;
};
class CPropertyBag : public IPropertyBag
-{
+{
public:
CPropertyBag();
~CPropertyBag();
-
+
HRESULT STDMETHODCALLTYPE
Read(
- LPCOLESTR pszPropName,
- VARIANT *pVar,
+ LPCOLESTR pszPropName,
+ VARIANT *pVar,
IErrorLog *pErrorLog
- );
-
-
+ );
+
+
HRESULT STDMETHODCALLTYPE
Write(
- LPCOLESTR pszPropName,
+ LPCOLESTR pszPropName,
VARIANT *pVar
- );
-
- ULONG STDMETHODCALLTYPE AddRef();
- ULONG STDMETHODCALLTYPE Release();
- HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppv);
+ );
+
+ ULONG STDMETHODCALLTYPE AddRef();
+ ULONG STDMETHODCALLTYPE Release();
+ HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppv);
private:
- ULONG _refCount;
- VAR_LIST *pVar;
+ ULONG _refCount;
+ VAR_LIST *pVar;
};
#endif /* _WIN32_WCE */
OpenPOWER on IntegriCloud