mmdevapi: Add a TRACE to info_device_ps_GetValue().

This commit is contained in:
Henri Verbeet 2011-09-01 21:54:54 +02:00 committed by Alexandre Julliard
parent a4fddf5fc8
commit 748efc34c4
1 changed files with 1 additions and 0 deletions

View File

@ -1237,6 +1237,7 @@ static HRESULT WINAPI info_device_ps_GetValue(IPropertyStore *iface,
REFPROPERTYKEY key, PROPVARIANT *pv)
{
MMDevPropStore *This = impl_from_IPropertyStore(iface);
TRACE("(%p)->(\"%s,%u\", %p)\n", This, debugstr_guid(&key->fmtid), key ? key->pid : 0, pv);
if (!key || !pv)
return E_POINTER;