PADAPTER_RECEIVE_PACKET_ROUTINE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbcamdi.h

PADAPTER_RECEIVE_PACKET_ROUTINE PadapterReceivePacketRoutine;

VOID PadapterReceivePacketRoutine(
  [in] PHW_STREAM_REQUEST_BLOCK Srb
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-usbcamdi-padapter_receive_packet_routine)

PADAPTER_RECEIVE_PACKET_ROUTINE callback function

Description

A camera minidriver's AdapterReceivePacket callback function processes adapter-based stream request blocks (SRBs) passed to it by the stream class driver.

Parameters

Srb [in]

Specifies the SRB to be processed by the camera minidriver.

Remarks

A camera's minidriver provides USBCAMD with the address of its AdapterReceivePacket function that processes SRBs in its call to the USBCAMD_DriverEntry service.

See also

USBCAMD_DriverEntry