Re: shell32: add SHGetPropertyStoreForWindow stub (try 2)
July 19, 2016
7:29 a.m.
+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.
3537
Age (days ago)
3537
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov