Searched refs:ppvAudioPtr1 (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/dsound_new/ |
H A D | secondary.c | 295 LPVOID *ppvAudioPtr1, in SecondaryDirectSoundBuffer8Impl_fnLock() argument 304 …This, dwOffset, dwBytes, ppvAudioPtr1, pdwAudioBytes1, ppvAudioPtr2, pdwAudioBytes2, dwFlags, This… in SecondaryDirectSoundBuffer8Impl_fnLock() 308 *ppvAudioPtr1 = (LPVOID)This->Buffer; in SecondaryDirectSoundBuffer8Impl_fnLock() 329 *ppvAudioPtr1 = This->Buffer + dwOffset; in SecondaryDirectSoundBuffer8Impl_fnLock()
|
H A D | capturebuffer.c | 430 LPVOID* ppvAudioPtr1, in IDirectSoundCaptureBufferImpl_Lock() argument 439 …This, dwOffset, dwBytes, ppvAudioPtr1, pdwAudioBytes1, ppvAudioPtr2, pdwAudioBytes2, dwFlags, This… in IDirectSoundCaptureBufferImpl_Lock() 443 *ppvAudioPtr1 = (LPVOID)This->Buffer; in IDirectSoundCaptureBufferImpl_Lock() 458 *ppvAudioPtr1 = This->Buffer + dwOffset; in IDirectSoundCaptureBufferImpl_Lock()
|
H A D | primary.c | 309 LPVOID *ppvAudioPtr1, in PrimaryDirectSoundBuffer8Impl_fnLock() argument
|
/reactos/sdk/include/psdk/ |
H A D | dsound.h | 557 …STDMETHOD(Lock)(THIS_ DWORD dwOffset, DWORD dwBytes, LPVOID *ppvAudioPtr1, LPDWORD pdwAudioBytes1,… in DECLARE_INTERFACE_() 640 …STDMETHOD(Lock)(THIS_ DWORD dwOffset, DWORD dwBytes, LPVOID *ppvAudioPtr1, LPDWORD pdwAudioBytes1,… in DECLARE_INTERFACE_()
|