shell32: add SHGetPropertyStoreForWindow stub (try 2)

Nikolay Sivov bunglehead at gmail.com
Tue Jul 19 02:29:00 CDT 2016


> +HRESULT WINAPI SHGetPropertyStoreForWindow(HWND hwnd, REFIID riid, void **ppv)
> +{
> +    FIXME("(%p %p %p) stub!\n", hwnd, riid, ppv);
> +    return E_NOTIMPL;
> +}

Not very important, but riid could be traced.



More information about the wine-devel mailing list