Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/dsound/
H A Dcapture.c288 rc=IDirectSoundCaptureBuffer_Lock(state->dscbo,state->offset,state->size, in capture_buffer_service()
/reactos/sdk/include/psdk/
H A Ddsound.h786 #define IDirectSoundCaptureBuffer_Lock(p,a,b,c,d,e,f,g) (p)->lpVtbl->Lock(p,a,b,c,d,e,f,g) macro
801 #define IDirectSoundCaptureBuffer_Lock(p,a,b,c,d,e,f,g) (p)->Lock(a,b,c,d,e,f,g) macro