PSTREAM_RECEIVE_PACKET - NtDoc

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

//Declaration

PSTREAM_RECEIVE_PACKET PstreamReceivePacket;

// Definition

VOID PstreamReceivePacket
(
    PVOID Srb
    PVOID DeviceContext
    PBOOLEAN Completed
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PSTREAM_RECEIVE_PACKET callback function

Description

Parameters

Srb

DeviceContext

Completed

Syntax

//Declaration

PSTREAM_RECEIVE_PACKET PstreamReceivePacket;

// Definition

VOID PstreamReceivePacket
(
    PVOID Srb
    PVOID DeviceContext
    PBOOLEAN Completed
)
{...}

Remarks

See also