IRDPSRAPITransportStreamEvents::OnReadCompleted method (rdpencomapi.h)

Notifies the Remote Desktop Protocol (RDP) stack that a read operation has completed. The RDP stack resumes ownership of the stream buffer and uses it for subsequent operations.

Syntax

void OnReadCompleted(
  [in] IRDPSRAPITransportStreamBuffer *pBuffer
);

Parameters

[in] pBuffer

Type: IRDPSRAPITransportStreamBuffer*

An IRDPSRAPITransportStreamBuffer interface pointer that represents the stream buffer that was read.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header rdpencomapi.h
DLL RdpEncom.dll

See also

IRDPSRAPITransportStreamEvents

ReadBuffer