IRDPSRAPITransportStreamBuffer::Context property
This property is reserved for use by the Remote Desktop Protocol (RDP) stack. Do not modify it.
This property is read/write.
Syntax
HRESULT put_Context(
[in] IUnknown *pContext
);
HRESULT get_Context(
[out, retval] IUnknown **ppContext
);
Property value
This property is reserved for use by the RDP stack. Do not modify it.
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