IRDPSRAPITransportStreamBuffer::Flags property
Retrieves or specifies options for the stream buffer.
This property is read/write.
Syntax
HRESULT put_Flags( [in] long lFlags ); HRESULT get_Flags( [out, retval] long *plFlags );
Property value
The options for the stream 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