Hi,

I'm having some issues to show the advanced tab of my recording endpoints in
Vista. I've implemented an audio driver using AVStream architecture for a
USB device. For the capture pin, my driver support DataRangeIntersection
calls.

What I found is that in order for the advanced tab to be shown, I must allow
for multiple instances of the recording pin to be created. But I'm only
prepared to support 1 instance of recording pin, and the advanced tab does
not show up when I support only single pin instance.

Can anyone provide some help? Thanks

KS