Commit 1ba1ff5f authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

propsys: Stub for PSRegisterPropertySchema.

parent c17266de
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
@ stub PSLookupPropertyHandlerCLSID @ stub PSLookupPropertyHandlerCLSID
@ stub PSPropertyKeyFromString @ stub PSPropertyKeyFromString
@ stub PSRefreshPropertySchema @ stub PSRefreshPropertySchema
@ stub PSRegisterPropertySchema @ stdcall PSRegisterPropertySchema(wstr)
@ stub PSSetPropertyValue @ stub PSSetPropertyValue
@ stub PSStringFromPropertyKey @ stub PSStringFromPropertyKey
@ stub PSUnregisterPropertySchema @ stub PSUnregisterPropertySchema
......
...@@ -47,3 +47,10 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) ...@@ -47,3 +47,10 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return TRUE; return TRUE;
} }
HRESULT WINAPI PSRegisterPropertySchema(PCWSTR path)
{
FIXME("stub\n");
return E_NOTIMPL;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment