bResult = DeviceIoControl(hDevice,
IOCTL_EZUSB_BULK_READ,
&bulkControl,
sizeof(BULK_TRANSFER_CONTROL),
inBuffer,
inPacketSize,
&nByte,
NULL);
每次都有针对最有一行NULL的警告:warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning),怎么回事呢?