<br><br><div class="gmail_quote">2013/1/11 Rico Schüller <span dir="ltr"><<a href="mailto:kgbricola@web.de" target="_blank">kgbricola@web.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 11.01.2013 09:40, Christian Costa wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  static HRESULT WINAPI ID3DXFileDataImpl_Unlock(<u></u>ID3DXFileData *iface)<br>
  {<br>
-    FIXME("(%p)->(): stub\n", iface);<br>
+    TRACE("(%p)->()\n", iface);<br>
<br>
-    return E_NOTIMPL;<br>
+    /* Nothing to do */<br>
+<br>
+    return S_OK;<br>
  }<br>
</blockquote>
<br></div>
Hi Christian,<br>
<br>
I stumble over MSDN, it says in Remarks on <a href="http://msdn.microsoft.com/de-de/library/windows/desktop/bb205846%28v=vs.85%29.aspx" target="_blank">http://msdn.microsoft.com/de-<u></u>de/library/windows/desktop/<u></u>bb205846%28v=vs.85%29.aspx</a> ... from that sentence I'd think that you have to do some lock count. A test would probably be nice. Though, msdn has a bool as return value for the unlock function but in the header it's a HRESULT... Is msdn wrong here?<br>

<br>
Cheers<span class="HOEnZb"><font color="#888888"><br>
Rico<br>
</font></span></blockquote></div><br><div>Hi Rico,</div><div><br></div><div>Ok. Thanks. I missed that part. I will take a look.</div><div><br></div><div>Patch 2 & 3 of the serie are independant.</div><div><br></div><div>
Bye</div>