propsys: Mention that the functions are stubs.
This commit is contained in:
parent
250855bfb0
commit
1643697365
|
@ -50,14 +50,14 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
|
|
||||||
HRESULT WINAPI PSRegisterPropertySchema(PCWSTR path)
|
HRESULT WINAPI PSRegisterPropertySchema(PCWSTR path)
|
||||||
{
|
{
|
||||||
FIXME("%s\n", debugstr_w(path));
|
FIXME("%s stub\n", debugstr_w(path));
|
||||||
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
HRESULT WINAPI PSUnregisterPropertySchema(PCWSTR path)
|
HRESULT WINAPI PSUnregisterPropertySchema(PCWSTR path)
|
||||||
{
|
{
|
||||||
FIXME("%s\n", debugstr_w(path));
|
FIXME("%s stub\n", debugstr_w(path));
|
||||||
|
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue