Handling Unsupported IOCTL_VIDEO_XXX Requests
Every HwVidStartIO function also must handle the receipt of an unsupported IOCTL_VIDEO_XXX, as follows:
1.Set the input VRP’s Status field to ERROR_INVALID_FUNCTION.
2.Set the input VRP’s Information field to zero.
3.Return TRUE to indicate the request was processed.