mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
shdocvw: Dump the commands in OleCommandTarget_QueryStatus.
This commit is contained in:
parent
aa15fb8524
commit
a0f53e7df8
@ -410,8 +410,13 @@ static HRESULT WINAPI ClOleCommandTarget_QueryStatus(IOleCommandTarget *iface,
|
||||
const GUID *pguidCmdGroup, ULONG cCmds, OLECMD prgCmds[], OLECMDTEXT *pCmdText)
|
||||
{
|
||||
DocHost *This = OLECMD_THIS(iface);
|
||||
ULONG i= 0;
|
||||
FIXME("(%p)->(%s %u %p %p)\n", This, debugstr_guid(pguidCmdGroup), cCmds, prgCmds,
|
||||
pCmdText);
|
||||
while (prgCmds && (cCmds > i)) {
|
||||
FIXME("command_%u: %u, 0x%x\n", i, prgCmds[i].cmdID, prgCmds[i].cmdf);
|
||||
i++;
|
||||
}
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user