mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 16:59:37 +00:00
ole32: CreatePointerMoniker is implemented.
This commit is contained in:
parent
a35dfc4510
commit
0b168e66f6
@ -567,7 +567,7 @@ HRESULT WINAPI CreatePointerMoniker(LPUNKNOWN punk, LPMONIKER *ppmk)
|
||||
{
|
||||
PointerMonikerImpl *This;
|
||||
|
||||
FIXME("(%p, %p): stub\n", punk, ppmk);
|
||||
TRACE("(%p, %p)\n", punk, ppmk);
|
||||
|
||||
if (!ppmk)
|
||||
return E_INVALIDARG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user