Author: akhaldi
Date: Mon Oct 6 18:22:59 2014
New Revision: 64561
URL:
http://svn.reactos.org/svn/reactos?rev=64561&view=rev
Log:
[PSDK]
* Update propsys.idl.
CORE-8540
Modified:
trunk/reactos/include/psdk/propsys.idl
Modified: trunk/reactos/include/psdk/propsys.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/propsys.idl?r…
==============================================================================
--- trunk/reactos/include/psdk/propsys.idl [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/propsys.idl [iso-8859-1] Mon Oct 6 18:22:59 2014
@@ -802,7 +802,10 @@
cpp_quote("HRESULT WINAPI
PSStringFromPropertyKey(REFPROPERTYKEY,LPWSTR,UINT);")
cpp_quote("HRESULT WINAPI PSPropertyKeyFromString(LPCWSTR,PROPERTYKEY*);")
cpp_quote("HRESULT WINAPI PSGetPropertyDescription(REFPROPERTYKEY,REFIID,void
**);")
+cpp_quote("HRESULT WINAPI PSGetPropertyDescriptionListFromString(LPCWSTR,REFIID,void
**);")
cpp_quote("HRESULT WINAPI PSRefreshPropertySchema(void);")
+cpp_quote("HRESULT WINAPI PSRegisterPropertySchema(LPCWSTR);")
+cpp_quote("HRESULT WINAPI PSUnregisterPropertySchema(LPCWSTR);")
/* TODO: Add remainder of the C api here */