Exemple #1
0
HRESULT STDMETHODCALLTYPE DirectSound::QueryInterface(REFIID riid, LPVOID FAR* ppvObj)
{
	return m_ds->QueryInterface(riid, ppvObj);
}