IRDPSRAPITransportStreamBuffer::PayloadSize property
The size, in bytes, of the content in the internal storage buffer.
This property is read/write.
Syntax
HRESULT put_PayloadSize( [in] long lVal ); HRESULT get_PayloadSize( [out, retval] long *plRetVal );
Property value
The size, in bytes, of the content in the internal storage buffer.
Error codes
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 |
|
|
CLSID |
CLSID_RDPTransportStreamBuffer is defined as 8D4A1C69-F17F-4549-A699-761C6E6B5C0A |
|
IID |
IID_IRDPTransportStreamBuffer is defined as 81c80290-5085-44b0-b460-f865c39cb4a9 |
See also