IRDPSRAPITransportStream::FreeBuffer method (rdpencomapi.h)

Called by the Remote Desktop Protocol (RDP) stack to return a stream buffer to the stream.

Syntax

HRESULT FreeBuffer(
  [in] IRDPSRAPITransportStreamBuffer *pBuffer
);

Parameters

[in] pBuffer

Type: IRDPSRAPITransportStreamBuffer*

An IRDPSRAPITransportStreamBuffer interface pointer that represents the buffer to free.

Return value

Type: HRESULT

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

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

IRDPSRAPITransportStream