[PSDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 6 Oct 2014 18:22:59 +0000 (18:22 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 6 Oct 2014 18:22:59 +0000 (18:22 +0000)
* Update propsys.idl.
CORE-8540

svn path=/trunk/; revision=64561

reactos/include/psdk/propsys.idl

index 993686d..04d3fbf 100644 (file)
@@ -802,7 +802,10 @@ cpp_quote("#define PKEYSTR_MAX (GUIDSTRING_MAX + 1 + PKEY_PIDSTR_MAX)")
 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 */