Home
last modified time | relevance | path

Searched refs:lpwf (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/dsound/
H A Dbuffer.c466 LPWAVEFORMATEX lpwf, DWORD wfsize, DWORD *wfwritten) in IDirectSoundBufferImpl_GetFormat() argument
471 TRACE("(%p,%p,%d,%p)\n",This,lpwf,wfsize,wfwritten); in IDirectSoundBufferImpl_GetFormat()
475 if (lpwf) { /* NULL is valid */ in IDirectSoundBufferImpl_GetFormat()
477 CopyMemory(lpwf,This->pwfx,size); in IDirectSoundBufferImpl_GetFormat()
482 CopyMemory(lpwf,This->pwfx,wfsize); in IDirectSoundBufferImpl_GetFormat()
H A Dprimary.c836 LPWAVEFORMATEX lpwf, in PrimaryBufferImpl_GetFormat() argument
843 TRACE("(%p,%p,%d,%p)\n", iface, lpwf, wfsize, wfwritten); in PrimaryBufferImpl_GetFormat()
847 if (lpwf) { /* NULL is valid */ in PrimaryBufferImpl_GetFormat()
849 CopyMemory(lpwf,device->pwfx,size); in PrimaryBufferImpl_GetFormat()