31 Aug
2016
31 Aug
'16
6:30 p.m.
On Wed, Aug 31, 2016 at 3:23 PM, Sebastian Lackner <sebastian(a)fds-team.de> wrote:
On 31.08.2016 20:17, Bruno Jesus wrote:
- FIXME("(%d %p %p) Stub!\n", dwUserIndex, pDSoundRenderGuid, pDSoundCaptureGuid); + FIXME("(index %u, render guid %p, capture guid %p) Stub!\n", index, render_guid, capture_guid);
debugstr_guid() would be more appropriate for tracing GUIDs.
They are output parameters ;-)