Henri Verbeet : mmdevapi: Add a TRACE to info_device_ps_GetValue().

Alexandre Julliard julliard at winehq.org
Fri Sep 2 13:13:36 CDT 2011


Module: wine
Branch: master
Commit: 748efc34c43caf9889d5a6061b18d00a6fb57ba6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=748efc34c43caf9889d5a6061b18d00a6fb57ba6

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Sep  1 21:54:54 2011 +0200

mmdevapi: Add a TRACE to info_device_ps_GetValue().

---

 dlls/mmdevapi/devenum.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/mmdevapi/devenum.c b/dlls/mmdevapi/devenum.c
index 2f6c809..bedd2e4 100644
--- a/dlls/mmdevapi/devenum.c
+++ b/dlls/mmdevapi/devenum.c
@@ -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;




More information about the wine-cvs mailing list