mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
pstorec: Print the debug string and not the pointer to it.
This commit is contained in:
parent
b485f6c056
commit
7e34aec1a0
@ -298,9 +298,8 @@ static HRESULT WINAPI PStore_fnOpenItem( IPStore* This, PST_KEY Key,
|
||||
const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName,
|
||||
PST_ACCESSMODE ModeFlags, PPST_PROMPTINFO pProomptInfo, DWORD dwFlags )
|
||||
{
|
||||
FIXME("%p %08x %s %s %p %08x %p %08x\n", This, Key,
|
||||
debugstr_guid(pItemType), debugstr_guid(pItemSubtype),
|
||||
debugstr_w(szItemName), ModeFlags, pProomptInfo, dwFlags);
|
||||
FIXME("(%p,%08x,%s,%s,%s,%08x,%p,%08x) stub\n", This, Key, debugstr_guid(pItemType),
|
||||
debugstr_guid(pItemSubtype), debugstr_w(szItemName), ModeFlags, pProomptInfo, dwFlags);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user