<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">#define VRDP_USB_REAP_FLAG_CONTINUED (0)<br>#define VRDP_USB_REAP_FLAG_LAST      (1)<br><br>#define VRDP_USB_CAPS_FLAG_ASYNC    (0)<br>#define VRDP_USB_CAPS_FLAG_POLL     (1)<br><br>Can some of vbox team members explain a bit on the above flags? In particular, what is the difference between  VRDP_USB_CAPS_FLAG_ASYNC and VRDP_USB_CAPS_FLAG_POLL? when VRDP_USB_CAPS_FLAG_POLL  is used, does it mean the vrdp server side invoke the URB reap method?<br><br>Thanks,<br></td></tr></table>