The WDF_USB_CONTROL_SETUP_PACKET_INIT_GET_STATUS function initializes a WDF_USB_CONTROL_SETUP_PACKET structure for a USB control transfer that obtains device status.
WDF_USB_CONTROL_SETUP_PACKET_INIT_GET_STATUS函数执行以下操作: 将WDF_USB_CONTROL_SETUP_PACKET结构归零。 将Packet.bm.Request.Type成员设置为BmRequestStandard。 将Packet.bm.Request.Dir成员设置为BmRequestDeviceToHost。 将Packet.bRequest成员设置为“获取状态”请求值。