Searched refs:IDirectSoundCaptureBuffer_Lock (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/dsound/ |
H A D | capture.c | 288 rc=IDirectSoundCaptureBuffer_Lock(state->dscbo,state->offset,state->size, in capture_buffer_service()
|
/reactos/sdk/include/psdk/ |
H A D | dsound.h | 786 #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
|