ReactOS 0.4.15-dev-8039-g69ebfd6
_DC_COALESCE_BUFFER Struct Reference

#include <sendrcv.h>

Collaboration diagram for _DC_COALESCE_BUFFER:

Public Attributes

SINGLE_LIST_ENTRY ListEntry
 
PVOID VirtualAddress
 
ULONG PhysicalAddress
 

Detailed Description

Definition at line 22 of file sendrcv.h.

Member Data Documentation

◆ ListEntry

SINGLE_LIST_ENTRY _DC_COALESCE_BUFFER::ListEntry

Definition at line 25 of file sendrcv.h.

Referenced by DcAllocateTransmitBuffers(), and DcSendPacket().

◆ PhysicalAddress

ULONG _DC_COALESCE_BUFFER::PhysicalAddress

Definition at line 28 of file sendrcv.h.

Referenced by DcAllocateTransmitBuffers(), and DcSendPacket().

◆ VirtualAddress

PVOID _DC_COALESCE_BUFFER::VirtualAddress

Definition at line 27 of file sendrcv.h.

Referenced by DcAllocateTransmitBuffers().


The documentation for this struct was generated from the following file: