gameux: Improve stub for GameExplorerImpl_VerifyAccess.
This commit is contained in:
parent
d099af8c01
commit
75f0573964
|
@ -875,9 +875,9 @@ static HRESULT WINAPI GameExplorerImpl_VerifyAccess(
|
||||||
{
|
{
|
||||||
GameExplorerImpl *This = impl_from_IGameExplorer(iface);
|
GameExplorerImpl *This = impl_from_IGameExplorer(iface);
|
||||||
|
|
||||||
TRACE("(%p, %s, %p)\n", This, debugstr_w(sGDFBinaryPath), pHasAccess);
|
FIXME("(%p, %s, %p)\n", This, debugstr_w(sGDFBinaryPath), pHasAccess);
|
||||||
FIXME("stub\n");
|
*pHasAccess = TRUE;
|
||||||
return E_NOTIMPL;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct IGameExplorerVtbl GameExplorerImplVtbl =
|
static const struct IGameExplorerVtbl GameExplorerImplVtbl =
|
||||||
|
|
Loading…
Reference in New Issue