IRDPSRAPITransportStream::WriteBuffer method
Called by the Remote Desktop Protocol (RDP) stack to write the contents of a stream buffer to the network.
Syntax
HRESULT WriteBuffer(
[in] IRDPSRAPITransportStreamBuffer *pBuffer
);
Parameters
- pBuffer [in]
-
Type: IRDPSRAPITransportStreamBuffer*
An IRDPSRAPITransportStreamBuffer interface pointer that represents the buffer to write.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Requirements
|
Minimum supported client |
Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
See also
Show: