Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 13 of file devicelist.c.
Referenced by NewDirectSoundCaptureBuffer(), and PrimaryDirectSoundBuffer_SetFormat().
{ ULONG Index; for(Index = Offset; Index < Filter->PinCount; Index++) { if (Filter->Pin[Index] == PIN_TYPE_PLAYBACK && !bCapture) return Index; if (Filter->Pin[Index] == PIN_TYPE_RECORDING && bCapture) return Index; } return ULONG_MAX; }