IRDPSRAPITransportStreamBuffer::PayloadOffset property
Specifies the location in the stream buffer where the content starts.
This property is read/write.
Syntax
HRESULT put_PayloadOffset( [in] long lRetVal ); HRESULT get_PayloadOffset( [out, retval] long *plRetVal );
Property value
The offset, in bytes, from the beginning of the stream buffer where the content is located.
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