Comment comparer BSTR à une chaîne en c / c ++?

wprintf(L"Selecting Audio Input Device: %s\n", 
                            varName.bstrVal);

if(0 == strcmp(varName.bstrVal, "IP Camera [JPEG/MJPEG]"))...

Les rapports ci-dessus :

error C2664: 'strcmp' : cannot convert parameter 1 from 'BSTR' to 'const char *'

source d'informationauteur COMer