// 菜单device下可列出10个设备供选择,单击其中一个,会到这儿
case MENU_VDEVICE0:
case MENU_VDEVICE1://去掉本条及后面的,单击usb摄像头菜单就无反应
case MENU_VDEVICE2:
case MENU_VDEVICE3:
case MENU_VDEVICE4:
case MENU_VDEVICE5:
case MENU_VDEVICE6:
case MENU_VDEVICE7:
case MENU_VDEVICE8:
case MENU_VDEVICE9:
wchar_t *s;
s = new wchar_t[55];
swprintf( s,L"%s",L"选择设备(MENU_VDEVICE0 - MENU_VDEVICE9)"); //swprintf( s, L"%d", MENU_DIALOG0+zz );
MessageBoxW(NULL,s,_T("注意"),MB_OK);
ChooseDevices(gcap.rgpmVideoMenu[id - MENU_VDEVICE0], gcap.pmAudio);
break;
