On 2001.12.16 21:39:52 -0500 Peter Hunnisett wrote:
<snip>
fixme:dsound:IDirectSoundBufferImpl_QueryInterface Unknown GUID {31efac30-515c-11d0-a9aa-00aa0061be93}
(undocumented API call?)
Anybody knows what this GUID refers to, or how to research it, I would be much abliged.
Get a copy of the DirectX SDK and check out, most likely, dsound.h. The GUID defines the interface that the application is trying to aquire through the IDirectSoundBuffer interface it already has. You'll probably find that it's basically asking for an unimplemented feature of direct sound.
Thanx Peter. I'll check it out (tomorrow... ;))
Ian