mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:02:16 +00:00
[PSDK]
* Update propsys.idl. CORE-8540 svn path=/trunk/; revision=64561
This commit is contained in:
parent
d8ecbc9a87
commit
46575a6c2b
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue