IRDPSRAPITransportStreamEvents::OnWriteCompleted method (rdpencomapi.h)
Notifies the Remote Desktop Protocol (RDP) stack that a write operation has completed. The RDP stack resumes ownership of the stream buffer and uses it for subsequent operations.
Syntax
void OnWriteCompleted(
[in] IRDPSRAPITransportStreamBuffer *pBuffer
);
Parameters
[in] pBuffer
Type: IRDPSRAPITransportStreamBuffer*
An IRDPSRAPITransportStreamBuffer interface pointer that represents the stream buffer that was written.
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 |