The class driver sends this request when it begins initializing the minidriver's hardware.
The minidriver should set one of the following as the status in the SRB:
The class driver passes a pointer to a PORT_CONFIGURATION_INFORMATION structure in pSRB->CommandData.ConfigInfo. The pSRB pointer points to a HW_STREAM_REQUEST_BLOCK structure. The class driver fills out most fields in pSRB->CommandData.ConfigInfo with information that it gets about the device from the operating system. Under most circumstances, the minidriver only needs to fill in the StreamDescriptorSize member of ConfigInfo with the size of its HW_STREAM_DESCRIPTOR structure.