// usbcamdi.h
PADAPTER_RECEIVE_PACKET_ROUTINE PadapterReceivePacketRoutine;
VOID PadapterReceivePacketRoutine(
[in] PHW_STREAM_REQUEST_BLOCK Srb
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
A camera minidriver's AdapterReceivePacket callback function processes adapter-based stream request blocks (SRBs) passed to it by the stream class driver.
Srb [in]Specifies the SRB to be processed by the camera minidriver.
A camera's minidriver provides USBCAMD with the address of its AdapterReceivePacket function that processes SRBs in its call to the USBCAMD_DriverEntry service.